-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
32 lines (32 loc) · 997 Bytes
/
requirements.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
https://github.com/wazo-platform/wazo-lib-rest-client/archive/master.zip
https://github.com/wazo-platform/wazo-auth-client/archive/master.zip
https://github.com/wazo-platform/xivo-lib-python/archive/master.zip
https://github.com/wazo-platform/wazo-bus/archive/master.zip
alembic==1.4.3
celery==5.0.0 # not compatible with pip >= 24
cheroot==8.5.2
cryptography==3.3.2 # improves performance of google-auth RSA algorithm
flask-cors==3.0.9
flask-restful==0.3.8
flask==1.1.2
google-auth==1.5.1
httpx==0.16.1
h2==4.0.0 # required for http2 in httpx - Bullseye only has 4.0 which is older than httpx wants, but it works.
itsdangerous==1.1.0 # from flask
jinja2==2.11.3 # from flask
jsonpatch==1.25
kombu==5.0.2 # from wazo-bus
markupsafe==1.1.1 # from jinja
marshmallow==3.10.0
netifaces==0.10.9
psycopg2-binary==2.8.6
pyfcm==1.4.7
python-consul==1.1.0
pyyaml==5.3.1
requests==2.25.1
setproctitle==1.2.1
sqlalchemy==1.3.22
sqlalchemy_utils==0.36.8
stevedore==4.0.2
urllib3==1.26.5
werkzeug==1.0.1