# development dependencies for building, regenerating, and publishing aceapi-v2-client
-r requirements.txt

# regenerating the client from the openapi schema (see scripts/regenerate.sh)
openapi-python-client>=0.29.0,<0.30.0

# building and publishing to pypi
build>=1.0.0
twine>=5.0.0

# running the smoke test
pytest>=7.0.0
