comictagger/requirements_dev.txt
Timmy Welch 3369a24343 Update GitHub Actions
Separate release/packaging and CI
Add an ignore for flake8 on ctversion.py as it is generated
Cleanup unused portions of the makefile
Use 'build' to generate PyPi distribution
Python venv on windows uses the Scripts directory
2022-06-07 19:39:01 -07:00

13 lines
160 B
Plaintext

black>=22
build
flake8==4.*
flake8-black
flake8-encodings
flake8-isort
isort>=5.10
pyinstaller>=4.10
pytest==7.*
setuptools>=42
setuptools_scm[toml]>=3.4
wheel