We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9be343 commit 1e69092Copy full SHA for 1e69092
2 files changed
requirements.in/base.txt
@@ -1,4 +1,4 @@
1
-django<4.0
+django>=4.0<5.0
2
msgpack
3
pynacl
4
fastapi
requirements.txt
@@ -1,5 +1,5 @@
#
-# This file is autogenerated by pip-compile with Python 3.11
+# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
5
# pip-compile --output-file=requirements.txt requirements.in/base.txt
@@ -18,7 +18,7 @@ cffi==1.15.1
18
# via pynacl
19
click==8.1.3
20
# via uvicorn
21
-django==3.2.16
+django==4.1.13
22
# via -r requirements.in/base.txt
23
fastapi==0.88.0
24
@@ -38,8 +38,6 @@ pynacl==1.5.0
38
39
python-dotenv==0.21.0
40
41
-pytz==2022.6
42
- # via django
43
pyyaml==6.0.1
44
45
redis==4.4.0
0 commit comments