blob: 805ce9a8afe10cb85a5df8657f36971c33c479c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# These packages are needed for a release in addition to those needed
# for building, testing, and the creation of documentation.
# download-wheels.py
urllib3
beautifulsoup4
# changelog.py
pygithub
gitpython
# uploading wheels
twine
# building and notes
Paver
git+https://github.com/hawkowl/towncrier.git@master
|