mirror of https://github.com/nucypher/nucypher.git
Relock dependency requirements.
parent
641168fd1a
commit
02acbe29ef
2
Pipfile
2
Pipfile
|
@ -22,7 +22,7 @@ maya = "*"
|
|||
flask = "*"
|
||||
flask_sqlalchemy = "*"
|
||||
# Third-Party Ethereum
|
||||
py-evm = "==0.3.0a1"
|
||||
py-evm = "*"
|
||||
eth-tester = "*"
|
||||
coincurve = "*"
|
||||
web3 = "*"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,54 +1,50 @@
|
|||
-i https://pypi.python.org/simple
|
||||
aafigure==0.6
|
||||
alabaster==0.7.12
|
||||
ansible==2.9.0rc1
|
||||
ansible==2.9.1
|
||||
apipkg==1.5
|
||||
asn1crypto==0.24.0
|
||||
atomicwrites==1.3.0
|
||||
attrs==19.2.0
|
||||
attrs==19.3.0
|
||||
babel==2.7.0
|
||||
bumpversion==0.5.3
|
||||
certifi==2019.9.11
|
||||
cffi==1.12.3
|
||||
cffi==1.13.2
|
||||
chardet==3.0.4
|
||||
commonmark==0.9.0
|
||||
coverage==5.0a7
|
||||
cryptography==2.7
|
||||
decorator==4.4.0
|
||||
commonmark==0.9.1
|
||||
coverage==5.0b1
|
||||
cryptography==2.8
|
||||
decorator==4.4.1
|
||||
docutils==0.15.2
|
||||
execnet==1.7.1
|
||||
future==0.17.1
|
||||
git+https://github.com/nucypher/py-solc.git@391b8da1a6bac5816877197bda25527c6b0b8c15#egg=py-solc
|
||||
greenlet==0.4.15
|
||||
idna==2.8
|
||||
imagesize==1.1.0
|
||||
importlib-metadata==0.23 ; python_version < '3.8'
|
||||
jinja2==2.10.1
|
||||
jinja2==2.10.3
|
||||
markupsafe==1.1.1
|
||||
more-itertools==7.2.0
|
||||
mypy-extensions==0.4.1
|
||||
mypy==0.730
|
||||
mypy-extensions==0.4.3
|
||||
mypy==0.740
|
||||
packaging==19.2
|
||||
pluggy==0.13.0
|
||||
pluggy==0.13.1
|
||||
py==1.8.0
|
||||
pycparser==2.19
|
||||
pygments==2.4.2
|
||||
pyparsing==2.4.2
|
||||
pytest-cov==2.7.1
|
||||
pytest-forked==1.0.2
|
||||
pytest-mock==1.11.0
|
||||
pytest-mypy==0.4.1
|
||||
pyparsing==2.4.5
|
||||
pytest-cov==2.8.1
|
||||
pytest-forked==1.1.3
|
||||
pytest-mock==1.12.1
|
||||
pytest-mypy==0.4.2
|
||||
pytest-twisted==1.12
|
||||
pytest-xdist==1.30.0
|
||||
pytest==5.2.0
|
||||
pytz==2019.2
|
||||
pytest==5.3.0
|
||||
pytz==2019.3
|
||||
pyyaml==5.1.2
|
||||
recommonmark==0.6.0
|
||||
requests==2.22.0
|
||||
six==1.12.0
|
||||
snowballstemmer==1.9.1
|
||||
six==1.13.0
|
||||
snowballstemmer==2.0.0
|
||||
sphinx-rtd-theme==0.4.3
|
||||
sphinx==2.2.0
|
||||
sphinx==2.2.1
|
||||
sphinxcontrib-applehelp==1.0.1
|
||||
sphinxcontrib-devhelp==1.0.1
|
||||
sphinxcontrib-htmlhelp==1.0.2
|
||||
|
@ -56,7 +52,6 @@ sphinxcontrib-jsmath==1.0.1
|
|||
sphinxcontrib-qthelp==1.0.2
|
||||
sphinxcontrib-serializinghtml==1.1.3
|
||||
typed-ast==1.4.0
|
||||
typing-extensions==3.7.4
|
||||
urllib3==1.25.6
|
||||
typing-extensions==3.7.4.1
|
||||
urllib3==1.25.7
|
||||
wcwidth==0.1.7
|
||||
zipp==0.6.0
|
||||
|
|
|
@ -1,24 +1,25 @@
|
|||
-i https://pypi.python.org/simple
|
||||
appdirs==1.4.3
|
||||
argh==0.26.2
|
||||
asn1crypto==0.24.0
|
||||
asn1crypto==1.2.0
|
||||
attrdict==2.0.1
|
||||
attrs==19.2.0
|
||||
autobahn==19.10.1
|
||||
automat==0.7.0
|
||||
attrs==19.3.0
|
||||
autobahn==19.11.1
|
||||
automat==0.8.0
|
||||
base58==1.0.3
|
||||
bytestring-splitter==1.0.0a4
|
||||
blake2b-py==0.1.3
|
||||
bytestring-splitter==1.2.0
|
||||
cached-property==1.5.1
|
||||
certifi==2019.9.11
|
||||
cffi==1.12.3
|
||||
cffi==1.13.2
|
||||
chardet==3.0.4
|
||||
click==7.0
|
||||
coincurve==12.0.0
|
||||
coincurve==13.0.0
|
||||
colorama==0.4.1
|
||||
constant-sorrow==0.1.0a8
|
||||
constantly==15.1.0
|
||||
cryptography==2.7
|
||||
cytoolz==0.10.0 ; implementation_name == 'cpython'
|
||||
cryptography==2.8
|
||||
cytoolz==0.10.1
|
||||
dateparser==0.7.2
|
||||
eth-abi==2.0.0
|
||||
eth-account==0.4.0
|
||||
|
@ -27,10 +28,10 @@ eth-hash[pycryptodome]==0.2.0
|
|||
eth-keyfile==0.5.1
|
||||
eth-keys==0.2.4
|
||||
eth-rlp==0.1.2
|
||||
eth-tester==0.2.0b2
|
||||
eth-typing==2.1.0
|
||||
eth-utils==1.7.0
|
||||
flask-limiter==1.0.1
|
||||
eth-tester==0.3.0b1
|
||||
eth-typing==2.2.1
|
||||
eth-utils==1.8.1
|
||||
flask-limiter==1.1.0
|
||||
flask-sqlalchemy==2.4.1
|
||||
flask==1.1.1
|
||||
hendrix==3.2.5
|
||||
|
@ -41,57 +42,57 @@ idna==2.8
|
|||
incremental==17.5.0
|
||||
ipfshttpclient==0.4.12
|
||||
itsdangerous==1.1.0
|
||||
jinja2==2.10.1
|
||||
jsonschema==3.0.2
|
||||
jinja2==2.10.3
|
||||
jsonschema==3.2.0
|
||||
limits==1.3
|
||||
lru-dict==1.1.6
|
||||
markupsafe==1.1.1
|
||||
maya==0.6.1
|
||||
msgpack-python==0.5.6
|
||||
multiaddr==0.0.8
|
||||
mypy-extensions==0.4.1
|
||||
mypy-extensions==0.4.3
|
||||
netaddr==0.7.19
|
||||
parsimonious==0.8.1
|
||||
pathtools==0.1.2
|
||||
pendulum==2.0.5
|
||||
protobuf==3.10.0rc1
|
||||
protobuf==3.11.0rc2
|
||||
py-ecc==1.7.1
|
||||
py-evm==0.3.0a1
|
||||
py-evm==0.3.0a8
|
||||
py-geth==2.1.0
|
||||
pyasn1-modules==0.2.6
|
||||
pyasn1==0.4.7
|
||||
pyasn1-modules==0.2.7
|
||||
pyasn1==0.4.8
|
||||
pychalk==2.0.1
|
||||
pycparser==2.19
|
||||
pycryptodome==3.9.0
|
||||
pycryptodome==3.9.4
|
||||
pyethash==0.1.27
|
||||
pyhamcrest==1.9.0
|
||||
pynacl==1.3.0
|
||||
pyopenssl==19.0.0
|
||||
pyrsistent==0.15.4
|
||||
pyopenssl==19.1.0
|
||||
pyrsistent==0.15.5
|
||||
pysha3==1.0.2
|
||||
python-dateutil==2.8.0
|
||||
pytz==2019.2
|
||||
python-dateutil==2.8.1
|
||||
pytz==2019.3
|
||||
pytzdata==2019.3
|
||||
pyyaml==5.1.2
|
||||
regex==2019.8.19
|
||||
regex==2019.11.1
|
||||
requests==2.22.0
|
||||
rlp==1.1.0
|
||||
semantic-version==2.8.2
|
||||
semantic-version==2.8.3
|
||||
sentry-sdk==0.9.0
|
||||
service-identity==18.1.0
|
||||
six==1.12.0
|
||||
six==1.13.0
|
||||
snaptime==0.2.4
|
||||
sqlalchemy==1.3.8
|
||||
sqlalchemy==1.3.11
|
||||
toolz==0.10.0
|
||||
trie==1.4.0
|
||||
twisted==19.7.0
|
||||
twisted==19.10.0
|
||||
txaio==18.8.1
|
||||
tzlocal==2.0.0
|
||||
umbral==0.1.3a2
|
||||
urllib3==1.25.6
|
||||
urllib3==1.25.7
|
||||
varint==1.0.2
|
||||
watchdog==0.9.0
|
||||
web3==5.2.0
|
||||
websockets==7.0
|
||||
web3==5.3.0
|
||||
websockets==8.1
|
||||
werkzeug==0.16.0
|
||||
zope.interface==4.6.0
|
||||
zope.interface==4.7.1
|
||||
|
|
Loading…
Reference in New Issue