Skip to content

Commit

Permalink
Merge pull request #48 from uclouvain/include_drf
Browse files Browse the repository at this point in the history
Include drf into package
  • Loading branch information
BenJneB authored May 2, 2024
2 parents 160fa2e + 4e713b8 commit 4a1fb24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Requirements
`OSIS Notification` requires

- Django 2.2+
- Django REST Framework 3.12+
- Vue 3

# How to install ?
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@

setup(
name='OSIS Notification',
version='0.1.3',
version='0.1.4',
description='Notification management API and UI',
url='http://github.com/uclouvain/osis-notification',
author='Université catholique de Louvain',
author_email='[email protected]',
license='AGPLv3',
packages=find_packages(exclude=('osis_notification.tests',)),
include_package_data=True,
install_requires=[
'djangorestframework==3.15.1'
]
)

0 comments on commit 4a1fb24

Please sign in to comment.