0
0
mirror of https://github.com/etesync/server.git synced 2024-09-20 04:42:26 +02:00
etesync-server/requirements.txt
Victor R. Santos e0010f21f6
Update dependecies generated by pip-compile. (#126)
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!
2022-03-23 11:36:21 +02:00

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