Skip to content

Commit 7000ff8

Browse files
author
Davide Moro
committed
try to fix setuptools issue
1 parent d29fbd9 commit 7000ff8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pytz==2017.2
3636
PyYAML==3.12
3737
requests==2.11.1
3838
selenium==3.4.3
39+
setuptools==3.6.2.2
3940
simplejson==3.11.1
4041
six==1.10.0
4142
snowballstemmer==1.2.1

{{cookiecutter.project_slug}}/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ passenv = *
77
deps=
88
pip
99
wheel
10-
setuptools==3.6.2.2
1110
-rrequirements.txt
1211
-e.
1312
commands=py.test --junitxml=junit-{envname}.xml {posargs:{{cookiecutter.project_slug}}}

0 commit comments

Comments
 (0)