Skip to content

Commit

Permalink
Switch to newest versions of dependend packages
Browse files Browse the repository at this point in the history
Introduce requirements.txt again, which contains pinned versions of the
packages so that Travis works again.
  • Loading branch information
mrh1997 committed Oct 3, 2019
1 parent 2cb1536 commit 10fb821
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
24 changes: 24 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
atomicwrites==1.3.0
attrs==19.2.0
bleach==3.1.0
certifi==2019.9.11
chardet==3.0.4
colorama==0.4.1
docutils==0.15.2
headlock==0.4.1
idna==2.8
more-itertools==7.2.0
pkginfo==1.5.0.1
pluggy==0.6.0
py==1.8.0
Pygments==2.4.2
pytest==3.6.0
pytest-pycharm==0.6.0
readme-renderer==24.0
requests==2.22.0
requests-toolbelt==0.9.1
six==1.12.0
tqdm==4.36.1
twine==2.0.0
urllib3==1.25.6
webencodings==0.5.1
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ envlist=py36,py37,docs
[testenv]
description = Run UnitTests
deps =
# testdiscovery does not work with pytest 3.7+ (dont know why)
pytest==3.6
# pytest-pycharm does not work with pluggy 0.8+
pluggy==0.6.0
pytest
pytest-pycharm
setuptools
twine
Expand Down

0 comments on commit 10fb821

Please sign in to comment.