Browse Source

Adding requirements file

master
Ryan Reed 5 years ago
parent
commit
4a95a95848
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      requirements.txt

+ 18
- 0
requirements.txt View File

@ -0,0 +1,18 @@
alembic==1.0.11
Click==7.0
dataclasses==0.6
fastapi==0.31.0
h11==0.8.1
httptools==0.0.13
Mako==1.0.13
MarkupSafe==1.1.1
pkg-resources==0.0.0
pydantic==0.29
python-dateutil==2.8.0
python-editor==1.0.4
six==1.12.0
SQLAlchemy==1.3.5
starlette==0.12.0
uvicorn==0.8.3
uvloop==0.12.2
websockets==7.0

Loading…
Cancel
Save