forked from yochaigal/kettlewright
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
executable file
·49 lines (47 loc) · 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alembic = "==1.13.2"
bidict = "==0.23.1"
bleach = "==6.1.0"
blinker = "==1.8.2"
click = "==8.1.7"
dnspython = "==2.6.1"
email-validator = "==2.2.0"
eventlet = "==0.37.0"
flask = "==3.0.3"
flask-assets = "==2.1.0"
flask-login = "==0.6.3"
flask-mail = "==0.10.0"
flask-migrate = "==4.0.7"
flask-socketio = "==5.3.7"
flask-sqlalchemy = "==3.1.1"
flask-wtf = "==1.2.1"
greenlet = "==3.1.0"
gunicorn = "==23.0.0"
h11 = "==0.14.0"
idna = "==3.8"
itsdangerous = "==2.2.0"
jinja2 = "==3.1.4"
libsass = "==0.23.0"
mako = "==1.3.5"
markupsafe = "==2.1.5"
packaging = "==24.1"
python-dotenv = "==1.0.1"
python-engineio = "==4.9.1"
python-slugify = "==8.0.4"
python-socketio = "==5.11.4"
simple-websocket = "==1.0.0"
six = "==1.16.0"
sqlalchemy = "==2.0.34"
text-unidecode = "==1.3"
typing-extensions = "==4.12.2"
webassets = "==2.0"
webencodings = "==0.5.1"
werkzeug = "==3.0.4"
wsproto = "==1.2.0"
wtforms = "==3.1.2"
flask-cors = "*"
[dev-packages]