Merge pull request #70 from umazalakain/bump-deprecation

The deprecation package removes its unnecessary unittest2 dependency
This commit is contained in:
Swen Kooij 2019-10-08 08:57:28 +03:00 committed by GitHub
commit a59706fd95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Contributors
------------
* `seroy <https://github.com/seroy/>`_
* `unaizalakain <https://github.com/unaizalakain/>`_
* `umazalakain <https://github.com/umazalakain/>`_
Installation
------------

View File

@ -1,2 +1,2 @@
django-postgres-extra==1.22
deprecation==2.0.3
deprecation==2.0.7

View File

@ -46,7 +46,7 @@ setup(
install_requires=[
'django-postgres-extra>=1.22',
'Django>=1.11',
'deprecation==2.0.3'
'deprecation==2.0.7'
],
classifiers=[
'Environment :: Web Environment',