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

widen the required range to allow the Nix package

parent 4ddd84c1
No related branches found
No related tags found
1 merge request!278Port to Python 3
...@@ -43,8 +43,9 @@ install_requires = ...@@ -43,8 +43,9 @@ install_requires =
Twisted[tls,conch] >= 19.10.0 Twisted[tls,conch] >= 19.10.0
# Tahoe has no stable Python API but we use its Python API so there's # Tahoe has no stable Python API but we use its Python API so there's
# basically no wiggle room here. # basically no wiggle room here. We still use a (really tiny) range
tahoe-lafs == 1.17.0 # because our Nix packaging provides a Tahoe-LAFS with a .postNNN version.
tahoe-lafs >=1.17.0,<1.17.1
treq treq
pyutil pyutil
prometheus-client prometheus-client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment