Permalink
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
- 5 commits
- 3 files changed
- 0 comments
- 1 contributor
Commits on May 15, 2020
As pointed out in #30586, requirements.txt is not in sync with what onionperf actually requires. This commit adds missing and removes unnecessary dependencies.
Commits on May 18, 2020
To make this work, we also had to replace distutils with setuptools because distutils does not understand the install_requires keyword.
If we don't do that, pip may fail because older versions don't ship with the wheel package, which is needed to build some of our requirements.
Commits on May 22, 2020
Now that <https://bugs.torproject.org/33258> is merged, we require these two libraries.
There are no files selected for viewing