Skip to content

Commit

Permalink
add back check-requirements and fix the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Plotnick committed Aug 21, 2018
1 parent 8d8fe95 commit 060c921
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ alabaster==0.7.10
aspy.yaml==0.3.0
astroid==1.5.3
asynctest==0.12.0
attrs==17.4.0
Babel==2.3.4
cached-property==1.3.1
cfgv==1.0.0
Expand Down
1 change: 0 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ alabaster==0.7.10
aspy.yaml==0.3.0
astroid==1.5.3
asynctest==0.12.0
attrs==17.4.0
Babel==2.3.4
cached-property==1.3.1
cfgv==1.0.0
Expand Down
2 changes: 2 additions & 0 deletions requirements-minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ docker-py >= 1.2.3
dulwich >= 0.17.3
ephemeral-port-reserve >= 1.0.1
gevent >= 1.1.1
gunicorn
humanize >= 0.5.1
inotify >= 0.2.8
isodate >= 0.5.0
jsonschema[format]
kazoo >= 2.0.0
kubernetes
marathon >= 0.9.3
mypy-extensions >= 0.3.0
progressbar2 >= 3.10.0
Expand Down
12 changes: 11 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ argcomplete==0.8.1
argparse==1.4.0
arrow==0.12.1
async-timeout==3.0.0
attrs==17.4.0
binaryornot==0.4.4
boto==2.48.0
boto3==1.4.7
botocore==1.7.21
bravado==9.2.2
bravado-core==4.13.1
cachetools==2.0.1
certifi==2017.11.5
chardet==3.0.4
choice==0.1
Expand All @@ -25,14 +27,17 @@ dulwich==0.17.3
ephemeral-port-reserve==1.1.0
future==0.16.0
gevent==1.1.1
google-auth==1.2.0
greenlet==0.4.12
gunicorn==19.8.1
http-parser==0.8.3
httplib2==0.9.2
humanize==0.5.1
hupper==1.0
idna==2.6
idna-ssl==1.0.1
inotify==0.2.8
ipaddress==1.0.22
isodate==0.5.1
Jinja2==2.10
jinja2-time==0.1.0
Expand All @@ -43,15 +48,17 @@ kazoo==2.4.0
kubernetes==6.0.0
marathon==0.9.3
MarkupSafe==1.0
mrjob==0.5.12
msgpack-python==0.4.8
multidict==4.1.0
mypy-extensions==0.3.0
oauthlib==2.0.7
PasteDeploy==1.5.2
ply==3.4
poyo==0.4.0
progressbar2==3.10.1
py==1.5.2
pyasn1==0.4.2
pyasn1-modules==0.2.1
pymesos==0.2.13
pyramid==1.8.4
pyramid-swagger==2.4.1
Expand All @@ -68,10 +75,13 @@ PyYAML==3.12
repoze.lru==0.6
requests==2.19.0
requests-cache==0.4.10
requests-oauthlib==0.8.0
requests-toolbelt==0.4.0
retry==0.9.2
rfc3987==1.3.7
rsa==3.4.2
ruamel.yaml==0.15.23
s3transfer==0.1.13
sensu-plugin==0.3.1
service-configuration-lib==0.12.0
setuptools==37.0.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =
--requirement={toxinidir}/requirements-dev.txt
--editable={toxinidir}
commands =
# check-requirements # UNCOMMENT ME - COMMENTED DUE TO https://github.com/Yelp/requirements-tools/issues/24
check-requirements
py.test {posargs:tests}

[testenv:coverage]
Expand Down

0 comments on commit 060c921

Please sign in to comment.