# This library shares all of the same requirements as Neutron
# and doesn't work without Neutron so we depend on Neutron to
# setup the requirements. If any packages are added that are
# specific to bsnstack lib, put them here.

alembic>=1.0.0 # MIT
distro>=1.3.0 # Apache-2.0
eventlet>=0.24.1 # MIT
keystoneauth1>=3.11.1 # Apache-2.0
mock>=2.0.0 # BSD
neutron_lib>=1.22.0 # Apache-2.0
os_net_config>=10.0.0 # Apache-2.0
oslo.i18n>=3.22.1 # Apache-2.0
oslo.serialization>=2.28.1 # Apache-2.0
oslo.utils>=3.37.1 # Apache-2.0
oslo_config>=6.7.0 # Apache-2.0
oslo_db>=4.42.0 # Apache-2.0
oslo_log>=3.40.1 # Apache-2.0
oslo_messaging>=9.2.0 # Apache-2.0
oslo_service>=1.33.0 # Apache-2.0
oslotest>=3.7.0 # Apache-2.0
python-keystoneclient>=3.18.0 # Apache-2.0
requests>=2.18.4 # Apache-2.0
setuptools>=18.5 # MIT
six>=1.11.0 # MIT
SQLAlchemy>=1.2.12 # MIT
WebOb>=1.8.4 # MIT

# These repos are installed from git in OpenStack CI if the job
# configures them as required-projects:
neutron>=15.0.0,<16.0.0 # Apache-2.0

# The comment below indicates this project repo is current with neutron-lib
# and should receive neutron-lib consumption patches as they are released
# in neutron-lib. It also implies the project will stay current with TC
# and infra initiatives ensuring consumption patches can land.
# neutron-lib-current
