Skip to content

Commit

Permalink
chg: dev: reqs bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Apr 15, 2020
1 parent b2aecf9 commit b98c83e
Show file tree
Hide file tree
Showing 7 changed files with 161 additions and 34 deletions.
29 changes: 21 additions & 8 deletions requirements.txt
@@ -1,8 +1,21 @@
dataclasses; python_version < "3.7"
deprecation
filetype
grako==3.99.9
pillow==5.4.1
pylast
requests==2.22.0
ruamel.yaml
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.txt
#
certifi==2020.4.5.1 # via requests
chardet==3.0.4 # via requests
deprecation==2.0.7 # via -r requirements.txt
filetype==1.0.6 # via -r requirements.txt
grako==3.99.9 # via -r requirements.txt
idna==2.8 # via requests
packaging==20.3 # via deprecation
pillow==5.4.1 # via -r requirements.txt
pylast==3.2.1 # via -r requirements.txt
pyparsing==2.4.7 # via packaging
requests==2.22.0 # via -r requirements.txt
ruamel.yaml.clib==0.2.0 # via ruamel.yaml
ruamel.yaml==0.16.10 # via -r requirements.txt
six==1.14.0 # via packaging
urllib3==1.25.8 # via requests
78 changes: 67 additions & 11 deletions requirements/dev.txt
@@ -1,11 +1,67 @@
Sphinx==3.0.0
cogapp
git+https://github.com/nicfit/gitchangelog.git
nicfit.py[cookiecutter]==0.8.6
paver
pss==1.42
pyaml==20.4.0
sphinx-issues==1.2.0
sphinx_rtd_theme==0.4.3
twine==3.1.1
wheel==0.34.2
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements/dev.txt
#
alabaster==0.7.12 # via sphinx
arrow==0.15.5 # via jinja2-time
attrs==19.3.0 # via nicfit.py
babel==2.8.0 # via sphinx
binaryornot==0.4.4 # via cookiecutter
bleach==3.1.4 # via readme-renderer
certifi==2020.4.5.1 # via requests
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via binaryornot, requests
click==7.1.1 # via cookiecutter
cogapp==3.0.0 # via -r requirements/dev.txt
cookiecutter==1.7.0 # via nicfit.py
cryptography==2.9 # via secretstorage
deprecation==2.0.7 # via nicfit.py
docutils==0.16 # via readme-renderer, sphinx
future==0.18.2 # via cookiecutter
git+https://github.com/nicfit/gitchangelog.git # via -r requirements/dev.txt
idna==2.9 # via requests
imagesize==1.2.0 # via sphinx
jeepney==0.4.3 # via keyring, secretstorage
jinja2-time==0.2.0 # via cookiecutter
jinja2==2.11.2 # via cookiecutter, jinja2-time, sphinx
keyring==21.2.0 # via twine
markupsafe==1.1.1 # via jinja2
nicfit.py[cookiecutter]==0.8.6 # via -r requirements/dev.txt
packaging==20.3 # via deprecation, sphinx
paver==1.3.4 # via -r requirements/dev.txt
pkginfo==1.5.0.1 # via twine
poyo==0.5.0 # via cookiecutter
pss==1.42 # via -r requirements/dev.txt
pyaml==20.4.0 # via -r requirements/dev.txt
pycparser==2.20 # via cffi
pygments==2.6.1 # via readme-renderer, sphinx
pyparsing==2.4.7 # via packaging
python-dateutil==2.8.1 # via arrow
pytz==2019.3 # via babel
pyyaml==5.3.1 # via nicfit.py, pyaml
readme-renderer==25.0 # via twine
requests-toolbelt==0.9.1 # via twine
requests==2.23.0 # via cookiecutter, requests-toolbelt, sphinx, twine
secretstorage==3.1.2 # via keyring
six==1.14.0 # via bleach, cryptography, packaging, paver, python-dateutil, readme-renderer
snowballstemmer==2.0.0 # via sphinx
sphinx-issues==1.2.0 # via -r requirements/dev.txt
sphinx==3.0.0 # via -r requirements/dev.txt, sphinx-issues, sphinx-rtd-theme
sphinx_rtd_theme==0.4.3 # via -r requirements/dev.txt
sphinxcontrib-applehelp==1.0.2 # via sphinx
sphinxcontrib-devhelp==1.0.2 # via sphinx
sphinxcontrib-htmlhelp==1.0.3 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
tqdm==4.45.0 # via twine
twine==3.1.1 # via -r requirements/dev.txt
urllib3==1.25.8 # via requests
webencodings==0.5.1 # via bleach
wheel==0.34.2 # via -r requirements/dev.txt
whichcraft==0.6.1 # via cookiecutter

# The following packages are considered to be unsafe in a requirements file:
# setuptools
16 changes: 13 additions & 3 deletions requirements/extra_art-plugin.txt
@@ -1,3 +1,13 @@
pillow==6.2.0
pylast
requests==2.22.0
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements/extra_art-plugin.txt
#
certifi==2020.4.5.1 # via requests
chardet==3.0.4 # via requests
idna==2.8 # via requests
pillow==6.2.0 # via -r requirements/extra_art-plugin.txt
pylast==3.2.1 # via -r requirements/extra_art-plugin.txt
requests==2.22.0 # via -r requirements/extra_art-plugin.txt
urllib3==1.25.8 # via requests
8 changes: 7 additions & 1 deletion requirements/extra_display-plugin.txt
@@ -1 +1,7 @@
grako==3.99.9
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements/extra_display-plugin.txt
#
grako==3.99.9 # via -r requirements/extra_display-plugin.txt
9 changes: 8 additions & 1 deletion requirements/extra_yaml-plugin.txt
@@ -1 +1,8 @@
ruamel.yaml
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements/extra_yaml-plugin.txt
#
ruamel.yaml.clib==0.2.0 # via ruamel.yaml
ruamel.yaml==0.16.10 # via -r requirements/extra_yaml-plugin.txt
14 changes: 11 additions & 3 deletions requirements/main.txt
@@ -1,3 +1,11 @@
dataclasses; python_version < "3.7"
deprecation
filetype
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements/main.txt
#
deprecation==2.0.7 # via -r requirements/main.txt
filetype==1.0.6 # via -r requirements/main.txt
packaging==20.3 # via deprecation
pyparsing==2.4.7 # via packaging
six==1.14.0 # via packaging
41 changes: 34 additions & 7 deletions requirements/test.txt
@@ -1,7 +1,34 @@
factory-boy==2.12.0
pdbpp
pytest
pytest-cov==2.8.1
pytest-runner==5.2
pytest-testmon
tox
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements/test.txt
#
appdirs==1.4.3 # via virtualenv
attrs==19.3.0 # via pytest
coverage==5.1 # via pytest-cov, pytest-testmon
distlib==0.3.0 # via virtualenv
factory-boy==2.12.0 # via -r requirements/test.txt
faker==4.0.3 # via factory-boy
fancycompleter==0.9.1 # via pdbpp
filelock==3.0.12 # via tox, virtualenv
more-itertools==8.2.0 # via pytest
packaging==20.3 # via pytest, tox
pdbpp==0.10.2 # via -r requirements/test.txt
pluggy==0.13.1 # via pytest, tox
py==1.8.1 # via pytest, tox
pygments==2.6.1 # via pdbpp
pyparsing==2.4.7 # via packaging
pyrepl==0.9.0 # via fancycompleter
pytest-cov==2.8.1 # via -r requirements/test.txt
pytest-runner==5.2 # via -r requirements/test.txt
pytest-testmon==1.0.2 # via -r requirements/test.txt
pytest==5.4.1 # via -r requirements/test.txt, pytest-cov, pytest-testmon
python-dateutil==2.8.1 # via faker
six==1.14.0 # via packaging, python-dateutil, tox, virtualenv
text-unidecode==1.3 # via faker
toml==0.10.0 # via tox
tox==3.14.6 # via -r requirements/test.txt
virtualenv==20.0.17 # via tox
wcwidth==0.1.9 # via pytest
wmctrl==0.3 # via pdbpp

0 comments on commit b98c83e

Please sign in to comment.