-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
56 lines (53 loc) · 1.1 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiofiles = "==0.7.0"
asgiref = "==3.4.1"
auth = "==0.5.3"
bcrypt = "==3.2.0"
blinker = "==1.4"
certifi = "==2021.5.30"
cffi = "==1.14.6"
charset-normalizer = "==2.0.4"
click = "==8.0.1"
cryptography = "==3.4.7"
dnspython = "==1.16.0"
ecdsa = "==0.17.0"
eventlet = "==0.31.1"
falcon = "==3.0.1"
Flask = "==2.0.1"
Flask-Cors = "==3.0.10"
gevent = "==21.12.0"
greenlet = "==1.1.1"
gunicorn = "==20.1.0"
h11 = "==0.12.0"
idna = "==3.2"
itsdangerous = "==2.0.1"
Jinja2 = "==3.0.1"
MarkupSafe = "==2.0.1"
mongoengine = "==0.23.1"
passlib = "==1.7.4"
pyasn1 = "==0.4.8"
pycparser = "==2.20"
pydantic = "==1.8.2"
pymongo = "==3.12.0"
pyOpenSSL = "==20.0.1"
python-dotenv = "==0.19.0"
python-jose = "==3.3.0"
python-multipart = "==0.0.5"
requests = "==2.26.0"
rsa = "==4.7.2"
six = "==1.16.0"
SQLAlchemy = "==1.4.23"
starlette = "==0.14.2"
typing-extensions = "==3.10.0.0"
urllib3 = "==1.26.6"
uvicorn = "==0.15.0"
Werkzeug = "==2.0.1"
"zope.event" = "==4.5.0"
"zope.interface" = "==5.4.0"
[dev-packages]
[requires]
python_version = "3.8"