forked from fecgov/openFEC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
56 lines (52 loc) · 1.42 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
apispec==0.39.0
prance[osv]>=0.19
cfenv==0.5.2
invoke==0.15.0
kombu==4.6.3
vine==1.3.0 # pinned temporarily to fix amqp dependency, which is a dependency of kombu
psycopg2-binary==2.9.1
werkzeug==0.16.1
Flask==1.1.1
Flask-Cors==3.0.9
Flask-Script==2.0.6
Flask-RESTful==0.3.7
Flask-SQLAlchemy==2.4.1
python-dateutil==2.8.1
sqlalchemy-postgres-copy==0.3.0
networkx==2.6.2
SQLAlchemy==1.3.19
icalendar==4.0.2
GitPython==3.1.0
gunicorn==19.10.0
gevent==1.4.0
greenlet==0.4.16 # pinned to fix build problem (parent is gevent)
webargs==5.5.3
ujson==1.33
requests==2.25.1
elasticsearch==7.6.0
elasticsearch-dsl==7.3.0
requests-aws4auth==1.0
certifi==2020.11.8
defusedxml==0.6.0
# Marshalling
flask-apispec==0.7.0
marshmallow==2.16.3
marshmallow-sqlalchemy==0.15.0
git+https://github.com/fecgov/marshmallow-pagination@master
# Data export
smart_open==1.8.0
# Task queue
celery==4.3.0 # if celery version is updated, need to verify compatibility with kombu and ensure correct version of kombu is pinned above
celery-once==3.0.0
redis==3.2.0
# testing and build in circle
pytest==5.2.0
pytest-cov==2.5.1
codecov==2.1.7
pytest-flake8==1.0.6
nplusone==0.8.0
webtest==2.0.34
factory_boy==2.8.1
itsdangerous==1.1.0 #pinned to fix pytest deprecation warning
jsonschema==3.2.0 #pinned to fix the pytest deprecation warning inside jsonschema/validators.py
importlib-metadata==3.10.1 #pinned to fix the pytest deprecation warning: SelectableGroups dict interface