Skip to content

Commit

Permalink
Add requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Jan 7, 2023
1 parent cbd9a89 commit 513294d
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
aiosqlite==0.17.0
anyio==3.6.2
asynctest==0.13.0
attrs==22.2.0
certifi==2022.12.7
click==8.1.3
dnspython==2.2.1
email-validator==1.3.0
exceptiongroup==1.1.0
fastapi==0.88.0
h11==0.14.0
httpcore==0.16.3
httptools==0.5.0
httpx==0.23.3
idna==3.4
iniconfig==2.0.0
iso8601==1.1.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.1
orjson==3.8.4
packaging==22.0
pluggy==1.0.0
pydantic==1.10.4
pypika-tortoise==0.1.6
pytest==7.2.0
python-dotenv==0.21.0
python-multipart==0.0.5
pytz==2022.7
PyYAML==6.0
rfc3986==1.5.0
six==1.16.0
sniffio==1.3.0
starlette==0.22.0
tomli==2.0.1
tortoise-orm==0.19.2
typing_extensions==4.4.0
ujson==5.7.0
uvicorn==0.20.0
uvloop==0.17.0
watchfiles==0.18.1
websockets==10.4

0 comments on commit 513294d

Please sign in to comment.