chore: Update requirements.txt for Django 3.0
This commit is contained in:
parent
3bbd5149de
commit
e1b783ead9
|
@ -1,5 +1,5 @@
|
||||||
# -*- conf-mode -*-
|
# -*- conf-mode -*-
|
||||||
setuptools>=51.1.0 # Require this first, to prevent later errors
|
setuptools>=51.1.0,<67.5.0 # Require this first, to prevent later errors
|
||||||
#
|
#
|
||||||
argon2-cffi>=21.3.0 # For the Argon2 password hasher option
|
argon2-cffi>=21.3.0 # For the Argon2 password hasher option
|
||||||
beautifulsoup4>=4.11.1 # Only used in tests
|
beautifulsoup4>=4.11.1 # Only used in tests
|
||||||
|
@ -9,7 +9,7 @@ celery>=5.2.6
|
||||||
coverage>=4.5.4,<5.0 # Coverage 5.x moves from a json database to SQLite. Moving to 5.x will require substantial rewrites in ietf.utils.test_runner and ietf.release.views
|
coverage>=4.5.4,<5.0 # Coverage 5.x moves from a json database to SQLite. Moving to 5.x will require substantial rewrites in ietf.utils.test_runner and ietf.release.views
|
||||||
decorator>=5.1.1
|
decorator>=5.1.1
|
||||||
defusedxml>=0.7.1 # for TastyPie when using xml; not a declared dependency
|
defusedxml>=0.7.1 # for TastyPie when using xml; not a declared dependency
|
||||||
Django>=2.2.28,<3.0
|
Django<3.1
|
||||||
django-analytical>=3.1.0
|
django-analytical>=3.1.0
|
||||||
django-bootstrap5>=21.3
|
django-bootstrap5>=21.3
|
||||||
django-celery-beat>=2.3.0
|
django-celery-beat>=2.3.0
|
||||||
|
@ -46,7 +46,7 @@ mypy>=0.782,<0.790 # Version requirements determined by django-stubs.
|
||||||
mysqlclient>=2.1.0
|
mysqlclient>=2.1.0
|
||||||
oic>=1.3 # Used only by tests
|
oic>=1.3 # Used only by tests
|
||||||
Pillow>=9.1.0
|
Pillow>=9.1.0
|
||||||
psycopg2<2.9
|
psycopg2>=2.9
|
||||||
pyang>=2.5.3
|
pyang>=2.5.3
|
||||||
pyflakes>=2.4.0
|
pyflakes>=2.4.0
|
||||||
pyopenssl>=22.0.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
|
pyopenssl>=22.0.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
|
||||||
|
|
Loading…
Reference in a new issue