mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
The deprecation package removes its unnecessary unittest2 dependency
This commit is contained in:
parent
893fe0f5ab
commit
54ad6eb434
@ -18,7 +18,7 @@ Contributors
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
* `seroy <https://github.com/seroy/>`_
|
* `seroy <https://github.com/seroy/>`_
|
||||||
* `unaizalakain <https://github.com/unaizalakain/>`_
|
* `umazalakain <https://github.com/umazalakain/>`_
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
django-postgres-extra==1.22
|
django-postgres-extra==1.22
|
||||||
deprecation==2.0.3
|
deprecation==2.0.7
|
||||||
|
2
setup.py
2
setup.py
@ -46,7 +46,7 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
'django-postgres-extra>=1.22',
|
'django-postgres-extra>=1.22',
|
||||||
'Django>=1.11',
|
'Django>=1.11',
|
||||||
'deprecation==2.0.3'
|
'deprecation==2.0.7'
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user