summaryrefslogtreecommitdiff
path: root/release_requirements.txt
blob: 43a677e0569fa9756b8ddf1284b91da4332ff35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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