aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-05 18:53:01 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-05 18:53:01 +0530
commit0ece5d57c780b9c5500ae103eb036aeb83e5c87e (patch)
tree714b45061672e4590a53a605eb6acf618ca7262a /requirements.txt
parent340d0bcb9a8668b07b80493f2da674b2581196f8 (diff)
add fastapi requirements
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 35cf6e4..d2756be 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,6 +9,7 @@
# requirements. To emit only development requirements, pass "--dev-only".
-i https://pypi.org/simple
+asgiref==3.3.4; python_version >= '3.6'
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
authlib==0.15.4
bcrypt==3.2.0; python_version >= '3.6'
@@ -20,6 +21,7 @@ coverage[toml]==5.5; python_version >= '2.7' and python_version not in '3.0, 3.1
cryptography==3.4.7; python_version >= '3.6'
dnspython==2.1.0; python_version >= '3.6'
email-validator==1.1.2
+fastapi==0.65.1
flask-admin==1.5.8
flask-bcrypt==0.7.1
flask-login==0.5.0
@@ -27,6 +29,8 @@ flask-sqlalchemy==2.5.1
flask-wtf==0.15.1
flask==2.0.1
greenlet==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
+gunicorn==20.1.0
+h11==0.12.0; python_version >= '3.6'
idna; python_version >= '3.5'
iniconfig==1.1.1
itsdangerous==2.0.1; python_version >= '3.6'
@@ -36,6 +40,7 @@ packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
+pydantic==1.8.2; python_full_version >= '3.6.1'
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytest-codecov==0.3.0
pytest-cov==2.12.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
@@ -43,7 +48,10 @@ pytest==6.2.4
requests==2.25.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==1.4.17; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
+starlette==0.14.2; python_version >= '3.6'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
+typing-extensions==3.10.0.0
urllib3==1.26.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
+uvicorn==0.14.0
werkzeug==2.0.1; python_version >= '3.6'
wtforms==2.3.3