Skip to content

Commit

Permalink
Requirements bumped. !wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Apr 2, 2018
1 parent 5c50286 commit 9cc5885
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
#
# pip-compile --output-file ./requirements.txt requirements.txt
#
certifi==2018.1.18 # via requests
chardet==3.0.4 # via requests
grako==3.99.9
idna==2.6 # via requests
pathlib==1.0.1
pillow==5.0.0
pylast==2.1.0
python-magic==0.4.15
requests==2.18.4
six==1.11.0
urllib3==1.22 # via requests
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Sphinx==1.7.2
check-manifest==0.36
cogapp==2.5.1
flake8==3.5.0
git+https://github.com/nicfit/gitchangelog.git
hg+https://nicfit@bitbucket.org/nicfit/sphinxcontrib-bitbucket
ipdb==0.11
nicfit.py[cookiecutter]==0.8
Expand All @@ -14,4 +15,3 @@ sphinxcontrib-paverutils==1.17.0
tox==2.9.1
twine==1.11.0
wheel==0.30.0
#git+https://github.com/nicfit/gitchangelog.git
3 changes: 3 additions & 0 deletions requirements/extra_art-plugin.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pillow
pylast
requests
2 changes: 1 addition & 1 deletion requirements/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dev:
- sphinx_rtd_theme
- check-manifest
- flake8
- git+https://github.com/nicfit/gitchangelog.git
- ipdb
- pip-tools
- tox
Expand All @@ -41,3 +40,4 @@ dev:
# Upstream PR: https://bitbucket.org/dhellmann/sphinxcontrib-bitbucket/pull-requests/1/use-setuptools-over-distribute-python3/diff
#- sphinxcontrib-bitbucket
- hg+https://nicfit@bitbucket.org/nicfit/sphinxcontrib-bitbucket
- git+https://github.com/nicfit/gitchangelog.git

0 comments on commit 9cc5885

Please sign in to comment.