mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 07:31:07 +00:00
New requirements.
This commit is contained in:
parent
bea4cf18a0
commit
e7a5d14c0e
@ -4,7 +4,7 @@
|
|||||||
, setuptools, setuptoolsTrial, pyasn1, zope_interface
|
, setuptools, setuptoolsTrial, pyasn1, zope_interface
|
||||||
, service-identity, pyyaml, magic-wormhole, treq, appdirs
|
, service-identity, pyyaml, magic-wormhole, treq, appdirs
|
||||||
, beautifulsoup4, eliot, autobahn, cryptography, netifaces
|
, beautifulsoup4, eliot, autobahn, cryptography, netifaces
|
||||||
, html5lib, pyutil, distro, configparser
|
, html5lib, pyutil, distro, configparser, klein, treq
|
||||||
}:
|
}:
|
||||||
python.pkgs.buildPythonPackage rec {
|
python.pkgs.buildPythonPackage rec {
|
||||||
# Most of the time this is not exactly the release version (eg 1.16.0).
|
# Most of the time this is not exactly the release version (eg 1.16.0).
|
||||||
|
5
setup.py
5
setup.py
@ -140,6 +140,10 @@ install_requires = [
|
|||||||
|
|
||||||
# For the RangeMap datastructure.
|
# For the RangeMap datastructure.
|
||||||
"collections-extended",
|
"collections-extended",
|
||||||
|
|
||||||
|
# HTTP server and client
|
||||||
|
"klein",
|
||||||
|
"treq",
|
||||||
]
|
]
|
||||||
|
|
||||||
setup_requires = [
|
setup_requires = [
|
||||||
@ -397,7 +401,6 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
|||||||
# Python 2.7.
|
# Python 2.7.
|
||||||
"decorator < 5",
|
"decorator < 5",
|
||||||
"hypothesis >= 3.6.1",
|
"hypothesis >= 3.6.1",
|
||||||
"treq",
|
|
||||||
"towncrier",
|
"towncrier",
|
||||||
"testtools",
|
"testtools",
|
||||||
"fixtures",
|
"fixtures",
|
||||||
|
Loading…
Reference in New Issue
Block a user