mirror of
https://github.com/etesync/server
synced 2024-11-19 15:28:08 +00:00
parent
d9be3437f5
commit
da613b4700
@ -1,4 +1,4 @@
|
||||
django<4.0
|
||||
django>=4.0<5.0
|
||||
msgpack
|
||||
pynacl
|
||||
fastapi
|
||||
|
@ -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:
|
||||
#
|
||||
# pip-compile --output-file=requirements.txt requirements.in/base.txt
|
||||
@ -18,7 +18,7 @@ cffi==1.15.1
|
||||
# via pynacl
|
||||
click==8.1.3
|
||||
# via uvicorn
|
||||
django==3.2.16
|
||||
django==4.1.13
|
||||
# via -r requirements.in/base.txt
|
||||
fastapi==0.88.0
|
||||
# via -r requirements.in/base.txt
|
||||
@ -38,8 +38,6 @@ pynacl==1.5.0
|
||||
# via -r requirements.in/base.txt
|
||||
python-dotenv==0.21.0
|
||||
# via uvicorn
|
||||
pytz==2022.6
|
||||
# via django
|
||||
pyyaml==6.0.1
|
||||
# via uvicorn
|
||||
redis==4.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user