forked from datopian/giftless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.in
26 lines (23 loc) · 837 Bytes
/
requirements.in
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
figcan==0.0.*
flask~=2.1
flask-marshmallow==0.11.*
marshmallow-enum~=1.5
pyyaml~=6.0
PyJWT~=1.7
webargs~=5.5
typing-extensions~=4.0
python-dotenv==0.13.*
python-dateutil==2.*
cryptography>=3.2 # not direct dependency, but pin to >=3.2 due to vulnerabilities
# For now we are using a development version of Flask-Classful which supports
# passing init arguments to view classes when they are registered. Hopefully
# it is released as 0.15 soon and we can start pinning to it.
flask-classful~=0.15.0b1
# Storage backend dependencies
# TODO: Split these out so users don't have to install all of them
azure-storage-blob~=12.11
google-cloud-storage~=1.28
boto3~=1.21
# https://github.com/PyCQA/flake8/pull/1438
# pip-compile doesn't support env specifiers, so we need to run it under Py3.7
importlib-metadata<4.3; python_version < '3.8'