1a050ec2c4
1. remove poetry dependency 2. add requirements.tx, test-requirements.txt, setup.py and setup.cfg 3. add more env into tox.ini 4. remove some command from Makefile 5. cleanup the dependencies 6. change some commands of README 7. update the devstack Depends-On: https://review.opendev.org/c/openstack/skyline-console/+/843257 Change-Id: I4cefc4cfdaadf7b3ba03ffe8441e9ae760772349
22 lines
685 B
Plaintext
22 lines
685 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
reno<=3.5.0 # Apache-2.0
|
|
openstackdocstheme<=2.4.0 # Apache-2.0
|
|
Sphinx<=4.5.0 # BSD
|
|
isort<=5.9.3 # MIT
|
|
black<=22.3.0 # MIT
|
|
flake8<=3.9.2 # MIT
|
|
mypy>=0.910,<=0.950 # MIT
|
|
pytest>=6.2.5,<=7.1.2 # MIT
|
|
pytest-xdist>=2.4.0,<=2.5.0 # MIT
|
|
pytest-asyncio<=0.15.1 # Apache-2.0
|
|
pytest-cov<=2.12.1 # MIT
|
|
pytest-html<=3.1.1 # MPL 2.0
|
|
mimesis<=4.1.3 # MIT
|
|
asgi-lifespan<=1.0.1 # MIT
|
|
types-PyYAML<=5.4.10 # Apache-2.0
|
|
oslo.log<=5.0.0 # Apache-2.0
|
|
neutron-lib>=2.15.0,<=2.21.0 # Apache-2.0
|