-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
66 lines (63 loc) · 1.22 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
62
63
64
65
66
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pymongo = "==4.2.0"
aniso8601 = "==9.0.1"
async-timeout = "==4.0.2"
attrs = "==22.1.0"
billiard = "==3.6.4.0"
celery = "==5.2.7"
click = "==8.1.3"
click-didyoumean = "==0.3.0"
click-plugins = "==1.1.1"
click-repl = "==0.2.0"
deprecated = "==1.2.13"
flask = "==2.2"
flask-restx = "==1.1.0"
flask-script = "==2.0.6"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
jsonschema = "==4.14.0"
kombu = "==5.2.4"
markupsafe = "==2.1.1"
packaging = "==21.3"
prompt-toolkit = "==3.0.30"
pyparsing = "==3.0.9"
pyrsistent = "==0.18.1"
pytz = "==2022.2.1"
redis = "==4.3.4"
six = "==1.16.0"
vine = "==5.0.0"
wcwidth = "==0.2.5"
werkzeug = "==2.3.4"
wrapt = "==1.14.1"
flower = "*"
gunicorn = "*"
marshmallow = "*"
requests = "*"
mypy = "*"
celery-types = "*"
marshmallow-dataclass = "*"
dataclasses = "*"
pandas = "*"
flask-caching = "*"
pre-commit = "*"
flask-cors = "*"
web3-input-decoder = "==0.1.7"
hexbytes = "*"
types-requests = "*"
pandas-stubs = "*"
gmpy2 = "*"
sqlalchemy = "*"
psycopg2 = "*"
marshmallow-sqlalchemy = "*"
flask-sqlalchemy = "==3.0.3"
flask-migrate = "*"
matplotlib = "*"
types-redis = "*"
web3 = ">=6.4.0"
[dev-packages]
[requires]
python_version = "3.10"