-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrequirements.dev.txt
38 lines (37 loc) · 1.26 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
32
33
34
35
36
37
38
# application development dependencies
--requirement requirements.txt
alabaster==0.7.12 # via sphinx
beautifulsoup4==4.9.3 # via webtest
docutils==0.14 # via sphinx
flask-testing==0.8.1
flask-webtest==0.0.9
imagesize==1.1.0 # via sphinx
mock==4.0.3
packaging>=22 # via sphinx, tox
page-objects==1.1.0
pluggy==0.13.1 # via tox
# use pre-compiled binary for testing, build from source for prod
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
psycopg2-binary==2.8.6
py==1.10.0 # via tox
pygments==2.7.4 # via sphinx
pyparsing==2.4.7 # via packaging
pytest >= 6.1.0
pytest-flask==0.15.1
pytest-timeout==1.4.2
snowballstemmer==2.0.0 # via sphinx
sphinx-rtd-theme==0.5.1
sphinx==3.3.1
sphinxcontrib-websupport==1.1.2 # via sphinx
sphinxcontrib-applehelp==1.0.4 # via sphinx
sphinxcontrib-devhelp==1.0.2 # via sphinx
sphinxcontrib-htmlhelp==2.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.5 # via sphinx
tox==3.23.0
typing==3.7.4.3 # via sphinx
virtualenv==20.4.2 # via tox
waitress==1.4.3 # via webtest
webob==1.8.5 # via webtest
webtest==2.0.33 # via flask-webtest
--editable .