Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
somewes committed Jul 11, 2019
1 parent 7fa6a73 commit 0e07c57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ def get_version():
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
],
license='MIT',
install_requires=[
'Django>=1.11',
'django-manager-utils>=1.0.0',
'Django>=2.0',
'django-manager-utils>=1.4.0',
'jsonfield>=0.9.20',
],
tests_require=[
Expand Down

0 comments on commit 0e07c57

Please sign in to comment.