Skip to content

Commit

Permalink
Updated dev requirements, pyyaml has a bug (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswfi committed Feb 4, 2019
1 parent 82e92ad commit 905d344
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements_dev.txt
@@ -1,11 +1,11 @@
pip==19.0.1
bumpversion==0.5.3
wheel==0.32.3
watchdog==0.9.0
flake8==3.7.4
tox==3.7.0
coverage==4.5.2
Sphinx==1.8.3
cryptography==2.5
PyYAML==3.13
python-coveralls==2.9.1
pip>=19.0.1
bumpversion>=0.5.3
wheel>=0.32.3
watchdog>=0.9.0
flake8>=3.7.4
tox>=3.7.0
coverage>=4.5.2
Sphinx>=1.8.3
cryptography>=2.5
PyYAML>=4.2b1
python-coveralls>=2.9.1

0 comments on commit 905d344

Please sign in to comment.