Skip to content

Commit

Permalink
Initial Update (#12)
Browse files Browse the repository at this point in the history
* Pin flake8 to latest version 3.0.4

* Pin pyenchant to latest version 1.6.8

* Pin pytest-cov to latest version 2.3.1

* Pin cython to latest version 0.24.1

* Pin pytest-sugar to latest version 0.7.1

* Pin tox to latest version 2.3.1

* Pin pygments to latest version 2.1.3

* Pin pip to latest version 8.1.2

* Pin ipython to latest version 5.1.0

* Pin coverage to latest version 4.2

* Pin sphinxcontrib-newsfeed to latest version 0.1.4

* Pin ipdb to latest version 0.10.1

* Pin pytest to latest version 3.0.2

* Pin sphinxcontrib-spelling to latest version 2.2.0

* Pin sphinx to latest version 1.4.6
  • Loading branch information
pyup.io bot authored and asvetlov committed Sep 25, 2016
1 parent 50ffced commit 76c7e14
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-r requirements-wheel.txt
pip
flake8
pip==8.1.2
flake8==3.0.4
pyflakes>=1.0.0
coverage
sphinx
coverage==4.2
sphinx==1.4.6
alabaster>=0.6.2
tox
sphinxcontrib-newsfeed
pytest-cov
pygments
tox==2.3.1
sphinxcontrib-newsfeed==0.1.4
pytest-cov==2.3.1
pygments==2.1.3
-e .
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements-ci.txt
ipdb
pytest-sugar
ipython
pyenchant
sphinxcontrib-spelling
ipdb==0.10.1
pytest-sugar==0.7.1
ipython==5.1.0
pyenchant==1.6.8
sphinxcontrib-spelling==2.2.0
4 changes: 2 additions & 2 deletions requirements-wheel.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cython
pytest
cython==0.24.1
pytest==3.0.2

0 comments on commit 76c7e14

Please sign in to comment.