-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
72 lines (69 loc) · 1.46 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
67
68
69
70
71
72
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.11.0"
appnope = "==0.1.3"
asttokens = "==2.2.1"
async-generator = "==1.10"
attrs = "==23.1.0"
backcall = "==0.2.0"
beautifulsoup4 = "==4.12.2"
blinker = "==1.6.2"
certifi = "==2023.5.7"
charset-normalizer = "==3.1.0"
click = "==8.1.3"
decorator = "==5.1.1"
exceptiongroup = "==1.1.1"
executing = "==1.2.0"
faker = "==18.7.0"
flask = "==2.3.2"
flask-migrate = "==4.0.4"
flask-shell-ipython = "==0.5.1"
flask-sqlalchemy = "==3.0.3"
flask-wtf = "==1.1.1"
greenlet = "==2.0.2"
gunicorn = "==20.1.0"
h11 = "==0.14.0"
idna = "==3.4"
ipython = "==8.13.2"
itsdangerous = "==2.1.2"
jedi = "==0.18.2"
jinja2 = "==3.1.2"
mako = "==1.2.4"
markupsafe = "==2.1.2"
matplotlib-inline = "==0.1.6"
outcome = "==1.2.0"
parso = "==0.8.3"
pexpect = "==4.8.0"
pickleshare = "==0.7.5"
prompt-toolkit = "==3.0.38"
ptyprocess = "==0.7.0"
pure-eval = "==0.2.2"
pygments = "==2.15.1"
pysocks = "==1.7.1"
python-dateutil = "==2.8.2"
requests = "==2.30.0"
selenium = "==4.9.1"
six = "==1.16.0"
sniffio = "==1.3.0"
sortedcontainers = "==2.4.0"
soupsieve = "==2.4.1"
sqlalchemy = "==2.0.13"
stack-data = "==0.6.2"
traitlets = "==5.9.0"
trio = "==0.22.0"
trio-websocket = "==0.10.2"
typing-extensions = "==4.5.0"
urllib3 = "==2.0.2"
waitress = "==2.1.2"
wcwidth = "==0.2.6"
webob = "==1.8.7"
webtest = "==3.0.0"
werkzeug = "==2.3.4"
wsproto = "==1.2.0"
wtforms = "==3.0.1"
[dev-packages]
[requires]
python_version = "3.11"