Merge "add pyproject.toml to support pip 23.1"
This commit is contained in:
commit
488bc76cab
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["pbr>=6.0.0", "setuptools>=64.0.0"]
|
||||
build-backend = "pbr.build"
|
@ -2,7 +2,7 @@
|
||||
# date but we do not test them so no guarantee of having them all correct. If
|
||||
# you find any incorrect lower bounds, let us know or propose a fix.
|
||||
|
||||
pbr>=3.1.1 # Apache-2.0
|
||||
pbr>=6.0.0 # Apache-2.0
|
||||
SQLAlchemy>=1.4.0 # MIT
|
||||
alembic>=1.4.2 # MIT
|
||||
automaton>=1.9.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user