-
Notifications
You must be signed in to change notification settings - Fork 6
/
requirements-dev.txt
31 lines (29 loc) · 1.04 KB
/
requirements-dev.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
-e /app
future
flake8
pytest
pytest-ckan
pytest-cov
beautifulsoup4==4.5.1
coveralls #Let Unpinned - Requires latest coveralls
docutils==0.12
factory-boy==2.12.0
# Flask-DebugToolbar==0.11.0
httpretty
ipdb==0.13.13
mock==2.0.0
pycodestyle==2.5.0
pip-tools==5.1.2
pyfakefs==3.2
responses==0.10.14
Sphinx==3.3.0
sphinx-rtd-theme==0.4.3
pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerability
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
jinja2>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability