Skip to content
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

Update dev requirements to prep for TravisCI #10

Merged
merged 2 commits into from
May 4, 2018
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
8 changes: 2 additions & 6 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
bandit
bumpversion
codecov
moto
mypy
pip-tools
pre-commit
pre-commit-hooks
pytest
codecov
pytest-cov
pytest-flask
Sphinx
sphinx-autodoc-annotation
bumpversion
mypy
bandit
pytest-flask
pre-commit
8 changes: 5 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
#
# pip-compile --output-file dev-requirements.txt dev-requirements.in
#
--index-url https://smartiproxy.mgmt.netflix.net/pypi

alabaster==0.7.10 # via sphinx
aniso8601==3.0.0
aspy.yaml==1.1.0 # via pre-commit
attrs==17.4.0 # via pytest
autopep8==1.3.5 # via pre-commit-hooks
aws-xray-sdk==0.95 # via moto
babel==2.5.3 # via sphinx
bandit==1.4.0
blinker==1.4
Expand All @@ -30,6 +27,7 @@ deepdiff==3.3.0
docutils==0.14
dogpile.cache==0.6.4
first==2.0.1 # via pip-tools
flake8==3.5.0 # via pre-commit-hooks
flask-restful==0.3.6
flask==1.0.1
fuzzywuzzy==0.16.0
Expand All @@ -49,15 +47,19 @@ jsonschema==2.6.0
markupsafe==1.0
marshmallow-jsonschema==0.5.0
marshmallow==2.15.1
mccabe==0.6.1 # via flake8
more-itertools==4.1.0 # via pytest
mypy==0.590
nodeenv==1.3.0 # via pre-commit
packaging==17.1 # via sphinx
pbr==4.0.2 # via stevedore
pip-tools==2.0.2
pluggy==0.6.0 # via pytest
pre-commit-hooks==1.2.3
pre-commit==1.8.2
py==1.5.3 # via pytest
pycodestyle==2.3.1 # via autopep8, flake8
pyflakes==1.6.0 # via flake8
pygments==2.2.0 # via sphinx
pyparsing==2.2.0 # via packaging
pytest-cov==2.5.1
Expand Down