We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e795ba6 commit c7dbaa1Copy full SHA for c7dbaa1
.gitignore
@@ -13,3 +13,5 @@ tests/.cache
13
.cache
14
.DS_Store
15
.vscode/
16
+.eggs/
17
+build/
requirements-dev.txt
@@ -1,11 +1,12 @@
1
coveralls==1.1
2
ipdb==0.9.3
3
ipython==4.1.2
4
-pdbpp==0.8.3
+pdbpp==0.10.2
5
pytest>=3.2.0,<4.0.0
6
pytest-flask==0.10.0
7
pytest-mock>=1.6.3
8
pytest-cov==2.5.1
9
pytest-pythonpath==0.7.1
10
testfixtures==5.3.1
11
-tox==2.9.1
+tox==2.9.1
12
+werkzeug==0.16.1
0 commit comments