https://github.com/galaxyproject/galaxy
Raw File
Tip revision: ef2dfb9f4aa09b7fae9700916ac29207675c409d authored by mvdbeek on 16 March 2021, 18:27:14 UTC
Update version to 21.01
Tip revision: ef2dfb9
package-dev-requirements.txt
# For testing
-r test-requirements.txt

# For dev
sphinx
mypy

# For release
wheel
twine
back to top