33 lines
931 B
Diff
33 lines
931 B
Diff
--- a/setup.py 2020-09-28 10:43:56.000000000 +0100
|
|
+++ b/setup.py 2020-09-28 10:44:34.000000000 +0100
|
|
@@ -32,29 +32,7 @@
|
|
'orchstr8=lbry.wallet.orchstr8.cli:main',
|
|
],
|
|
},
|
|
- install_requires=[
|
|
- 'aiohttp==3.5.4',
|
|
- 'aioupnp==0.0.17',
|
|
- 'appdirs==1.4.3',
|
|
- 'certifi>=2018.11.29',
|
|
- 'colorama==0.3.7',
|
|
- 'distro==1.4.0',
|
|
- 'base58==1.0.0',
|
|
- 'cffi==1.13.2',
|
|
- 'cryptography==2.5',
|
|
- 'protobuf==3.6.1',
|
|
- 'msgpack==0.6.1',
|
|
- 'prometheus_client==0.7.1',
|
|
- 'ecdsa==0.13.3',
|
|
- 'pyyaml==5.3.1',
|
|
- 'docopt==0.6.2',
|
|
- 'hachoir',
|
|
- 'multidict==4.6.1',
|
|
- 'coincurve==11.0.0',
|
|
- 'pbkdf2==1.3',
|
|
- 'attrs==18.2.0',
|
|
- 'pylru==1.1.0'
|
|
- ] + PLYVEL,
|
|
+ install_requires=[],
|
|
classifiers=[
|
|
'Framework :: AsyncIO',
|
|
'Intended Audience :: Developers',
|