requirements.txt 265 B

12345678
  1. # Requirements for linting, building, and uploading the PGV python package to PyPI.
  2. # The package's own requirements are in python/setup.cfg (and also in python/requirements.in).
  3. flake8==3.8.4
  4. isort==5.7.0
  5. build==0.3.0
  6. twine==3.3.0
  7. wheel==0.36.2
  8. setuptools==53.0.0