blob: 2b8b40cb9b7306a189cd6ef2cdbb904fd5c614af [file] [log] [blame]
Bartosz Stebele69e98d2022-06-18 23:56:22 +02001# grpcio and protobuf are installed directly via WORKSPACE
2# do NOT add them there
3# depending on a py_grpc_library output will pull in the required deps
Bartosz Stebelf5b1a212023-02-04 23:47:44 +01004arrow==1.1.1
Bartosz Stebele69e98d2022-06-18 23:56:22 +02005blinker==1.4
6Click==7.0
7cockroachdb==0.3.3
Bartosz Stebelf5b1a212023-02-04 23:47:44 +01008cryptography==3.4.8
9Django==3.2.16
Bartosz Stebele69e98d2022-06-18 23:56:22 +020010fabric==2.4.0
11Flask==1.1.1
12Flask-Login==0.4.1
13Flask-SQLAlchemy==2.4.0
14Flask-WTF==0.14.2
15future==0.17.1
Bartosz Stebel9851b382023-01-29 00:52:17 +010016gevent==22.10.2
17gunicorn==20.1.0
Bartosz Stebelf5b1a212023-02-04 23:47:44 +010018hyperkitty==1.3.7 # sync with postorius
Bartosz Stebele69e98d2022-06-18 23:56:22 +020019itsdangerous==1.1.0
20Jinja2==2.10.1
21MarkupSafe==1.1.1
22oauthlib==3.1.1
23paramiko==2.7.2
Bartosz Stebelf5b1a212023-02-04 23:47:44 +010024postorius==1.3.7 # sync with hyperkitty
Bartosz Stebel9851b382023-01-29 00:52:17 +010025psycopg2==2.9.4
Bartosz Stebelf5b1a212023-02-04 23:47:44 +010026# disgusten, but needed for weird container linking problems
27psycopg2-binary==2.9.4
Bartosz Stebele69e98d2022-06-18 23:56:22 +020028pyelftools==0.26
29PyNaCl==1.3.0
30python-dateutil==2.8.0
Bartosz Stebel9851b382023-01-29 00:52:17 +010031pytz==2022.7.1
Bartosz Stebele69e98d2022-06-18 23:56:22 +020032requests==2.22.0
33requests-oauthlib==1.3.0
34SQLAlchemy==1.3.8
35sqlparse==0.3.0
36urllib3==1.25.3
37Werkzeug==0.15.5
38WTForms==2.2.1