Remove unused dependencies

pull/263/head
Bogdan Opanchuk 2021-03-19 22:44:59 -07:00
parent 439b675e65
commit 2050e3c168
3 changed files with 624 additions and 495 deletions

View File

@ -5,13 +5,8 @@ name = "pypi"
[packages]
setuptools = "*"
# Third Party
cryptography = ">=2.3"
pynacl = "*"
pysha3 = "*"
# NuCypher
bytestring-splitter = "*"
constant-sorrow = ">=0.1.0a7"
[dev-packages]
bumpversion = "*"

1111
Pipfile.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -60,9 +60,6 @@ INSTALL_REQUIRES = [
'setuptools',
'cryptography>=2.3',
'pynacl',
'pysha3',
'constant-sorrow>=0.1.0a7',
'bytestring-splitter',
]
DEV_INSTALL_REQUIRES = [