-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
61 lines (58 loc) · 1.17 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "*"
gunicorn = "==20.0.4"
itsdangerous = "*"
python-dotenv = "==1.0"
six = "==1.15.0"
Flask-Cors = "==3.0.8"
WTForms = "==2.3.3"
Flask-JWT-Extended = "==3.24.1"
email-validator = "*"
alembic = "*"
python-dateutil = "==2.8.1"
python-editor = "==1.0.4"
Mako = "==1.1.3"
PyJWT = "==1.7.1"
boto3 = "==1.17.26"
pytest-dotenv = "==0.5.2"
requests = "==2.25.1"
SQLAlchemy-Utils = "==0.36.8"
attrs = "==20.3.0"
botocore = "==1.20.26"
certifi = "==2020.12.5"
chardet = "==4.0.0"
dnspython = "==2.1.0"
idna = "==2.10"
iniconfig = "==1.1.1"
jmespath = "==0.10.0"
pluggy = "==0.13.1"
pyparsing = "==2.4.7"
s3transfer = "==0.3.4"
toml = "==0.10.2"
urllib3 = "==1.26.3"
pydantic = "==v2.0"
sqlalchemy = "*"
flask-sqlalchemy = "*"
flask-migrate = "==4.0.4"
flask = "*"
werkzeug = "*"
jinja2 = "==3.1.2"
markupsafe = "==2.1.3"
flask-login = "==0.6.2"
flask-wtf = "==1.1.1"
pydantic-settings = "==2.0"
fastapi = {version = "==0.100.0-beta2", extras = ["all"]}
uvicorn = "*"
httpx = "*"
[dev-packages]
psycopg2-binary = "==2.9.6"
autopep8 = "*"
pylint = "*"
httpx = "*"
pytest = "*"
[requires]
python_version = "3.11"