mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
Declare our new dependencies
This commit is contained in:
parent
abae1be9c6
commit
f20184ce95
2
setup.py
2
setup.py
@ -273,6 +273,8 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
"hypothesis >= 3.6.1",
|
||||
"treq",
|
||||
"towncrier",
|
||||
"testtools",
|
||||
"fixtures",
|
||||
],
|
||||
"tor": [
|
||||
"foolscap[tor] >= 0.12.5",
|
||||
|
@ -104,6 +104,9 @@ install_requires = [
|
||||
# won't end up stuck on Eliot 1.6.100 with a critical fix only present in
|
||||
# 1.6.101. And if we do, I know how to deal with that situation.
|
||||
"eliot >= 1.6.0, <= 1.6.100",
|
||||
|
||||
# A great way to define types of values.
|
||||
"attrs >= 18.2.0",
|
||||
]
|
||||
|
||||
# Includes some indirect dependencies, but does not include allmydata.
|
||||
@ -133,6 +136,7 @@ package_imports = [
|
||||
('magic-wormhole', 'wormhole'),
|
||||
('setuptools', 'setuptools'),
|
||||
('eliot', 'eliot'),
|
||||
('attrs', 'attr'),
|
||||
]
|
||||
|
||||
# Dependencies for which we don't know how to get a version number at run-time.
|
||||
|
Loading…
x
Reference in New Issue
Block a user