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

Enables the storage service requirements to compile #540

Merged
merged 2 commits into from
Aug 6, 2020
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
2 changes: 0 additions & 2 deletions requirements/local.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ psycopg2==2.7.1

# For managing translation strings on Transifex
transifex-client==0.12.2

pip-tools==5.1.2
7 changes: 1 addition & 6 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ brotli==0.5.2 # via -r base.txt
certifi==2020.6.20 # via -r base.txt, requests
cffi==1.14.1 # via -r base.txt, cryptography
chardet==3.0.4 # via -r base.txt, requests
click==7.1.2 # via pip-tools
configparser==4.0.2 # via -r base.txt, importlib-metadata
contextlib2==0.6.0.post1 # via -r base.txt, importlib-metadata, importlib-resources, zipp
cryptography==3.0 # via -r base.txt, josepy, mozilla-django-oidc, pyopenssl
Expand Down Expand Up @@ -67,7 +66,6 @@ oslo.serialization==2.29.2 # via -r base.txt, python-keystoneclient
oslo.utils==3.42.1 # via -r base.txt, oslo.serialization, python-keystoneclient
pathlib2==2.3.5 ; python_version < "3.0" # via -r base.txt, importlib-metadata, importlib-resources
pbr==5.4.5 # via -r base.txt, debtcollector, keystoneauth1, os-service-types, oslo.i18n, oslo.serialization, oslo.utils, positional, python-keystoneclient, stevedore
pip-tools==5.1.2 # via -r local.in
positional==1.2.1 # via -r base.txt, python-keystoneclient
prometheus-client==0.7.1 # via -r base.txt, django-prometheus
psycopg2==2.7.1 # via -r local.in
Expand All @@ -93,7 +91,7 @@ rfc3986==1.4.0 # via -r base.txt, oslo.config
s3transfer==0.2.1 # via -r base.txt, boto3
scandir==1.10.0 # via -r base.txt, pathlib2
singledispatch==3.4.0.3 # via -r base.txt, importlib-resources
six==1.15.0 # via -r base.txt, cryptography, debtcollector, django-extensions, josepy, keystoneauth1, metsrw, mozilla-django-oidc, oslo.config, oslo.i18n, oslo.serialization, oslo.utils, pathlib2, pip-tools, pyopenssl, python-cas, python-dateutil, python-keystoneclient, python-swiftclient, singledispatch, stevedore, transifex-client
six==1.15.0 # via -r base.txt, cryptography, debtcollector, django-extensions, josepy, keystoneauth1, metsrw, mozilla-django-oidc, oslo.config, oslo.i18n, oslo.serialization, oslo.utils, pathlib2, pyopenssl, python-cas, python-dateutil, python-keystoneclient, python-swiftclient, singledispatch, stevedore, transifex-client
sphinx==1.2b1 # via -r local.in
stevedore==1.32.0 # via -r base.txt, keystoneauth1, oslo.config, python-keystoneclient
sword2==0.2.1 # via -r base.txt
Expand All @@ -103,6 +101,3 @@ urllib3==1.24.3 # via -r base.txt, botocore, requests, transifex-clien
whitenoise==3.3.0 # via -r base.txt
wrapt==1.12.1 # via -r base.txt, debtcollector, positional
zipp==1.2.0 # via -r base.txt, importlib-metadata, importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
2 changes: 1 addition & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pytest-mock>=1,<2
tox
vcrpy>=1.0.0
ipdb
pip-tools==3.7.0
pip-tools==5.1.2
moto==1.3.8
functools32; python_version < '3.0'
11 changes: 6 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ botocore==1.12.253 # via -r base.txt, aws-xray-sdk, boto3, moto, s3transf
brotli==0.5.2 # via -r base.txt
certifi==2020.6.20 # via -r base.txt, requests
cffi==1.14.1 # via -r base.txt, cryptography
cfn-lint==0.34.0 # via moto
cfn-lint==0.34.1 # via moto
chardet==3.0.4 # via -r base.txt, requests
click==7.1.2 # via pip-tools
configparser==4.0.2 # via -r base.txt, importlib-metadata
Expand All @@ -44,7 +44,7 @@ django-tastypie==0.14.3 # via -r base.txt
django==1.11.29 # via -r base.txt, django-auth-ldap, django-cas-ng, jsonfield, mozilla-django-oidc
docker==4.2.2 # via moto
docutils==0.15.2 # via -r base.txt, botocore
ecdsa==0.15 # via python-jose
ecdsa==0.14.1 # via python-jose
enum34==1.1.10 # via -r base.txt, aws-sam-translator, aws-xray-sdk, cryptography, oslo.config, traitlets
filelock==3.0.12 # via tox, virtualenv
funcsigs==1.0.2 # via -r base.txt, debtcollector, mock, oslo.utils, pytest
Expand Down Expand Up @@ -101,7 +101,7 @@ pathlib2==2.3.5 ; python_version < "3.0" # via -r base.txt, cfn-lint, importlib
pbr==5.4.5 # via -r base.txt, debtcollector, keystoneauth1, os-service-types, oslo.i18n, oslo.serialization, oslo.utils, positional, python-keystoneclient, stevedore
pexpect==4.8.0 # via ipython
pickleshare==0.7.5 # via ipython
pip-tools==3.7.0 # via -r test.in
pip-tools==5.1.2 # via -r test.in
pluggy==0.13.1 # via pytest, tox
positional==1.2.1 # via -r base.txt, python-keystoneclient
prometheus-client==0.7.1 # via -r base.txt, django-prometheus
Expand All @@ -122,7 +122,7 @@ pytest==3.8.0 # via -r test.in, pytest-cov, pytest-django, pytest-mo
python-cas==1.5.0 # via -r base.txt, django-cas-ng
python-dateutil==2.8.1 # via -r base.txt, botocore, django-tastypie, moto
python-gnupg==0.4.0 # via -r base.txt
python-jose==3.1.0 # via moto
python-jose==3.2.0 # via moto
python-keystoneclient==3.10.0 # via -r base.txt
python-ldap==3.2.0 # via -r base.txt, django-auth-ldap
python-mimeparse==1.6.0 # via -r base.txt, django-tastypie
Expand All @@ -147,7 +147,7 @@ traitlets==4.3.3 # via ipython
typing==3.7.4.3 # via -r base.txt, importlib-resources
urllib3==1.24.3 # via -r base.txt, botocore, requests
vcrpy==3.0.0 # via -r test.in
virtualenv==20.0.28 # via tox
virtualenv==20.0.30 # via tox
wcwidth==0.2.5 # via prompt-toolkit
websocket-client==0.57.0 # via docker
werkzeug==1.0.1 # via moto
Expand All @@ -157,4 +157,5 @@ xmltodict==0.12.0 # via moto
zipp==1.2.0 # via -r base.txt, importlib-metadata, importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools