Skip to content

Commit c7dbaa1

Browse files
committed
Fix broken builds
1 parent e795ba6 commit c7dbaa1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ tests/.cache
1313
.cache
1414
.DS_Store
1515
.vscode/
16+
.eggs/
17+
build/

requirements-dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
coveralls==1.1
22
ipdb==0.9.3
33
ipython==4.1.2
4-
pdbpp==0.8.3
4+
pdbpp==0.10.2
55
pytest>=3.2.0,<4.0.0
66
pytest-flask==0.10.0
77
pytest-mock>=1.6.3
88
pytest-cov==2.5.1
99
pytest-pythonpath==0.7.1
1010
testfixtures==5.3.1
11-
tox==2.9.1
11+
tox==2.9.1
12+
werkzeug==0.16.1

0 commit comments

Comments
 (0)