Skip to content

Commit 44b986e

Browse files
committed
Using/locking correct pkg versions
1 parent ef35111 commit 44b986e

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ notification:
2222
email: false
2323

2424
before_deploy:
25-
- echo 'Beggining deploy...'
25+
- python3 setup.py build
2626
- python3 setup.py sdist bdist_wheel
2727

2828
deploy:

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.8
1+
3.4.8

requirements.txt

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1-
pyyaml==3.13
2-
pytest==4.0.1
3-
pycodestyle==2.4.0
4-
argparse==1.4.0
5-
coverage==4.5.2
6-
pytest-cov==2.6.0
7-
codeclimate-test-reporter==0.2.3
8-
codacy-coverage==1.3.11
9-
colored==1.3.93
10-
pytest-watch==4.2.0
1+
argh==0.26.2
2+
atomicwrites==1.2.1
3+
attrs==18.2.0
4+
certifi==2018.11.29
5+
chardet==3.0.4
6+
codacy-coverage==1.3.11
7+
codeclimate-test-reporter==0.2.3
8+
colorama==0.4.1
9+
colored==1.3.93
10+
coverage==4.5.2
11+
docopt==0.6.2
12+
idna==2.8
13+
more-itertools==4.3.0
14+
pathlib==1.0.1
15+
pathtools==0.1.2
16+
pip==18.1
17+
pluggy==0.8.0
18+
py==1.7.0
19+
pycodestyle==2.4.0
20+
pytest==4.0.1
21+
pytest-cov==2.6.0
22+
pytest-watch==4.2.0
23+
PyYAML==3.13
24+
requests==2.21.0
25+
setuptools==40.6.2
26+
six==1.12.0
27+
urllib3==1.24.1
28+
watchdog==0.9.0
29+
wheel==0.32.2
30+
twine==1.12.1

0 commit comments

Comments
 (0)