Skip to content
Snippets Groups Projects
Unverified Commit bb963c82 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

pin it for pip/distutils users

parent a3be3aa0
No related branches found
No related tags found
2 merge requests!149Pin Tahoe-LAFS to 1.14.0,!145Pin Tahoe-LAFS to 1.14.0
......@@ -45,7 +45,7 @@ jobs:
- name: "Install Tahoe-LAFS master@HEAD"
run: |
python -m pip install git+https://github.com/tahoe-lafs/tahoe-lafs@master#egg=tahoe-lafs
python -m pip install tahoe-lafs==1.14.0
- name: "Install Test Dependencies"
run: |
......
......@@ -38,7 +38,7 @@ install_requires =
python-challenge-bypass-ristretto
# Inherit our Twisted dependency from tahoe-lafs so we don't accidentally
# get the extras wrong here and break stuff.
tahoe-lafs
tahoe-lafs==1.14.0
treq
[versioneer]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment