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

try to avoid the setuptools_scm trap

parent e7af8064
No related branches found
No related tags found
1 merge request!275Depend on/Compatibility with Tahoe-LAFS 1.17.0
...@@ -42,6 +42,13 @@ install_requires = ...@@ -42,6 +42,13 @@ install_requires =
# have been observed to cause problems). # have been observed to cause problems).
Twisted[tls,conch] >= 19.10.0 Twisted[tls,conch] >= 19.10.0
tahoe-lafs >=1.17,<1.18 tahoe-lafs >=1.17,<1.18
# Tahoe-LAFS 1.17 adds a cbor2 dependency; cbor2 has a setuptools_scm
# dependency; setuptools_scm has dropped Python 2 support without
# declaring it in their metadata. Pin setuptools_scm to an older version
# here to avoid getting a broken version.
setuptools_scm < 6
treq treq
pyutil pyutil
prometheus-client prometheus-client
......
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