-
Notifications
You must be signed in to change notification settings - Fork 106
/
requirements.txt
54 lines (50 loc) · 1.44 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
apispec==4.0.0
certifi==2024.7.4
cfenv==0.5.2
defusedxml==0.6.0
elasticsearch==7.6.0
elasticsearch-dsl==7.3.0
Flask==2.2.5
Flask-Cors==5.0.0
Flask-RESTful==0.3.9
Flask-SQLAlchemy==2.5.1
gevent==23.9.1
gunicorn==22.0.0
GitPython==3.1.41
icalendar==4.0.2
invoke==0.15.0
kombu==5.2.4 # Starting from celery 5.x release, the minimum required version is Kombu 5.x
networkx==2.6.2
prance[osv]==0.22.11.4.0
pre-commit==2.21.0 #client-side hook triggered by operations like git commit
psycopg2-binary==2.9.1
python-dateutil==2.8.1
python-dotenv>=0.20.0 # Sets variable defaults in .flaskenv file
requests==2.32.3
requests-aws4auth==1.0
sqlalchemy-postgres-copy==0.3.0
SQLAlchemy==1.3.19
ujson==5.4.0 # decoding CSP violation reported
vine==5.0.0 # previosly pinned to 1.3.0 to fix amqp dependency, which is a dependency of kombu
webargs==7.0.0
werkzeug==3.0.3
# Marshalling
flask-apispec==0.11.4
git+https://github.com/fecgov/marshmallow-pagination@master
marshmallow==3.0.0
marshmallow-sqlalchemy==0.23.1
# Data export
smart_open==1.8.0
# Task queue
celery==5.2.2 # 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==4.5.4
# testing and build in circle
coverage==7.0.3
factory_boy==2.8.1
importlib-metadata==3.10.1 #pinned to fix the pytest deprecation warning: SelectableGroups dict interface
nplusone==0.8.0
pytest==8.0.2
pytest-cov==4.1.0
setuptools==70.3.0
webtest==2.0.34