Skip to content

Commit

Permalink
mhh. use requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Ollivier committed Nov 12, 2018
1 parent 031d36b commit d855421
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-i https://pypi.org/simple
argparse==1.4.0
chardet==3.0.4
dateutils==0.6.6
python-dateutil==2.7.3
pytz==2018.7
six==1.11.0
18 changes: 18 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
-i https://pypi.org/simple
-r requirements.txt
bumpversion==0.5.3
coverage==4.5.1
docutils==0.14
flake8==3.6.0
mccabe==0.6.1
nose==1.3.7
pycodestyle==2.4.0
pyflakes==2.0.0
pytz==2018.7
requests==2.20.1
six==1.11.0
sphinx==1.8.2
sphinxcontrib-websupport==1.1.0
toml==0.10.0
tox==3.5.3
urllib3==1.24.1

0 comments on commit d855421

Please sign in to comment.