-
Notifications
You must be signed in to change notification settings - Fork 248
/
Copy pathbase.txt
48 lines (37 loc) · 902 Bytes
/
base.txt
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
# Server requirements
Werkzeug==2.2.3
flask==2.2.2
Flask-Caching==1.10.1
Flask-Compress==1.10.1
Flask-Login==0.6.2
Flask-Limiter==2.2.0
python-memcached==1.59
redis==4.3.6
gevent==21.12.0
greenlet==1.1.2
alembic==1.8.1
gevent-websocket==0.10.1
flask-socketio==5.3.3
# Query templating
Jinja2==3.1.3 # From Flask
# Celery
celery==5.2.7
kombu==5.3.1 # not a direct dependency (from celery), pinned by due to bug: https://github.com/celery/kombu/issues/1785
# Ops
pyyaml==5.4.1
sqlalchemy==1.4.39
pymysql==1.0.2
requests==2.28.1
elasticsearch==7.13.4
# Query meta
sqlglot[rs]==22.1.1
sqlparse==0.2.3
beautifulsoup4==4.8.2
markdown2
# Utils
pandas==1.3.5
typing-extensions==4.9.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2,<2.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
# Query engine - PostgreSQL
psycopg2==2.9.5