Skip to content

Commit

Permalink
!#5 Fix: settings requirements python
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Sep 3, 2017
1 parent 6718017 commit 1cbdcc6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
10 changes: 2 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
-r test.txt
bumpversion==0.5.3
grip==3.3.0
ipdb==0.10.0
ipython==4.0.0
ipython-genutils==0.1.0
pre-commit==0.9.0
pylint==1.4.4
-r ../requirements.txt
-r setup.txt
4 changes: 4 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pygments==2.2.0
Sphinx==1.6.2
sphinx-rtd-theme==0.2.4
sphinxcontrib-plantuml==0.8.1
17 changes: 17 additions & 0 deletions requirements/setup.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
autoenv==1.0.0
autopep8
bumplus==0.0.8
bumpversion==0.5.3
docker-compose==1.16.1
elpy==1.15.0
epc==0.0.5
flake8==3.3.0
importmagic==0.1.7
ipdb==0.10.3
ipython==6.0.0
ipython-genutils==0.2.0
jedi==0.10.2
pre-commit==0.15.2
pylint==1.7.1
restview==2.7.0
yapf==0.16.1
9 changes: 6 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-r ../requirements.txt
nose==1.3.7
tox==2.1.1
-r dev.txt
ansible-lint==3.4.3
green==2.8.1
mock==2.0.0
PyHamcrest==1.9.0
tox==2.7.0

0 comments on commit 1cbdcc6

Please sign in to comment.