summaryrefslogtreecommitdiff
path: root/release_requirements.txt
blob: 13f7636517a046619e1a309d4fc5bbc7c4eff144 (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>=3.1.30

# uploading wheels
twine

# building and notes
Paver