mirror of
https://github.com/etesync/server
synced 2024-11-24 09:48:09 +00:00
e0010f21f6
This one is to fix my own PR #125, the requirement files contained the following sentence: "To update, run: pip-compile --output-file=requirements.txt requirements.in/base.txt" But that was misleading, after reading pip-tools documentation I found that "If pip-compile finds an existing requirements.txt file that fulfils the dependencies then no changes will be made, even if updates are available." That was my mistake, generated the files again and made new builds using python 3.10 that worked as expected. Once again sorry for the mistake!
68 lines
1.3 KiB
Plaintext
68 lines
1.3 KiB
Plaintext
#
|
|
# This file is autogenerated by pip-compile with python 3.10
|
|
# To update, run:
|
|
#
|
|
# pip-compile --output-file=requirements.txt requirements.in/base.txt
|
|
#
|
|
aiofiles==0.8.0
|
|
# via -r requirements.in/base.txt
|
|
aioredis==2.0.1
|
|
# via -r requirements.in/base.txt
|
|
anyio==3.5.0
|
|
# via
|
|
# starlette
|
|
# watchgod
|
|
asgiref==3.5.0
|
|
# via
|
|
# django
|
|
# uvicorn
|
|
async-timeout==4.0.2
|
|
# via aioredis
|
|
cffi==1.15.0
|
|
# via pynacl
|
|
click==8.0.4
|
|
# via uvicorn
|
|
django==3.2.12
|
|
# via -r requirements.in/base.txt
|
|
fastapi==0.75.0
|
|
# via -r requirements.in/base.txt
|
|
h11==0.13.0
|
|
# via uvicorn
|
|
httptools==0.4.0
|
|
# via uvicorn
|
|
idna==3.3
|
|
# via anyio
|
|
msgpack==1.0.3
|
|
# via -r requirements.in/base.txt
|
|
pycparser==2.21
|
|
# via cffi
|
|
pydantic==1.9.0
|
|
# via fastapi
|
|
pynacl==1.5.0
|
|
# via -r requirements.in/base.txt
|
|
python-dotenv==0.19.2
|
|
# via uvicorn
|
|
pytz==2022.1
|
|
# via django
|
|
pyyaml==6.0
|
|
# via uvicorn
|
|
sniffio==1.2.0
|
|
# via anyio
|
|
sqlparse==0.4.2
|
|
# via django
|
|
starlette==0.17.1
|
|
# via fastapi
|
|
typing-extensions==4.1.1
|
|
# via
|
|
# -r requirements.in/base.txt
|
|
# aioredis
|
|
# pydantic
|
|
uvicorn[standard]==0.17.6
|
|
# via -r requirements.in/base.txt
|
|
uvloop==0.16.0
|
|
# via uvicorn
|
|
watchgod==0.8.1
|
|
# via uvicorn
|
|
websockets==10.2
|
|
# via uvicorn
|