Skip to content

Initial Update #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Sep 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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