mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 07:48:11 +00:00
Declare our new dependencies
This commit is contained in:
2
setup.py
2
setup.py
@ -273,6 +273,8 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
|||||||
"hypothesis >= 3.6.1",
|
"hypothesis >= 3.6.1",
|
||||||
"treq",
|
"treq",
|
||||||
"towncrier",
|
"towncrier",
|
||||||
|
"testtools",
|
||||||
|
"fixtures",
|
||||||
],
|
],
|
||||||
"tor": [
|
"tor": [
|
||||||
"foolscap[tor] >= 0.12.5",
|
"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
|
# 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.
|
# 1.6.101. And if we do, I know how to deal with that situation.
|
||||||
"eliot >= 1.6.0, <= 1.6.100",
|
"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.
|
# Includes some indirect dependencies, but does not include allmydata.
|
||||||
@ -133,6 +136,7 @@ package_imports = [
|
|||||||
('magic-wormhole', 'wormhole'),
|
('magic-wormhole', 'wormhole'),
|
||||||
('setuptools', 'setuptools'),
|
('setuptools', 'setuptools'),
|
||||||
('eliot', 'eliot'),
|
('eliot', 'eliot'),
|
||||||
|
('attrs', 'attr'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Dependencies for which we don't know how to get a version number at run-time.
|
# Dependencies for which we don't know how to get a version number at run-time.
|
||||||
|
Reference in New Issue
Block a user