Skip to content

Commit

Permalink
Merge pull request #116 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 bdf6b6c + 3c3bbe4 commit 125abcf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
`OSIS Document` requires

- Django 3.2+
- Django REST Framework 3.12+
- Requests 2+


Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='OSIS Document',
version='0.10.6',
version='0.10.7',
description='Document management API and widget',
url='http://github.com/uclouvain/osis-document',
author='Université catholique de Louvain',
Expand All @@ -39,6 +39,7 @@
'requests>=2.20.0,<3.0',
'filetype>=1.1.0,<2.0',
'pypdf>=3.6.0,<4.0',
'python-magic==0.4.27'
'python-magic==0.4.27',
'djangorestframework==3.15.1'
]
)

0 comments on commit 125abcf

Please sign in to comment.