mirror of https://github.com/nucypher/nucypher.git
Update and relock dependencies.
parent
d63af4e69c
commit
1f25dba185
9
Pipfile
9
Pipfile
|
@ -11,7 +11,7 @@ python_version = "3"
|
|||
umbral = "==0.1.3a0"
|
||||
constant-sorrow = ">=0.1.0a8"
|
||||
bytestring-splitter = ">=1.0.0a4"
|
||||
hendrix = ">=3.2.2"
|
||||
hendrix = ">=3.2.3"
|
||||
# Third-Party
|
||||
pyopenssl = "*"
|
||||
cryptography = ">=2.3"
|
||||
|
@ -22,7 +22,7 @@ maya = "*"
|
|||
flask = "*"
|
||||
flask_sqlalchemy = "*"
|
||||
# Third-Party Ethereum
|
||||
py-evm = "==0.2.0a39"
|
||||
py-evm = ">=0.2.0a39"
|
||||
eth-tester = "*"
|
||||
coincurve = "*"
|
||||
web3 = "*"
|
||||
|
@ -36,18 +36,17 @@ flask-limiter = "*"
|
|||
|
||||
[dev-packages]
|
||||
# Pytest
|
||||
pytest = "==4.0.2"
|
||||
pytest = "*"
|
||||
pytest-xdist = "*"
|
||||
pytest-mypy = "*"
|
||||
pytest-twisted = "*"
|
||||
pytest-cov = "==2.5.1"
|
||||
pytest-cov = "*"
|
||||
pytest-mock = "*"
|
||||
# Tools
|
||||
moto = "*"
|
||||
mypy = "*"
|
||||
# Coverage
|
||||
coverage = "*"
|
||||
python-coveralls = "*"
|
||||
# Deployment
|
||||
py-solc = {editable = true,git = "https://github.com/nucypher/py-solc.git",ref = "v5.0.0-eol.0"}
|
||||
ansible = "*"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,153 +1,82 @@
|
|||
-i https://pypi.python.org/simple
|
||||
-e git+https://github.com/nucypher/py-solc.git@391b8da1a6bac5816877197bda25527c6b0b8c15#egg=py-solc
|
||||
aafigure==0.6
|
||||
alabaster==0.7.12
|
||||
ansible==2.7.9
|
||||
ansible==2.8.0a1
|
||||
apipkg==1.5
|
||||
appdirs==1.4.3
|
||||
argh==0.26.2
|
||||
asn1crypto==0.24.0
|
||||
atomicwrites==1.3.0
|
||||
attrdict==2.0.1
|
||||
attrs==19.1.0
|
||||
autobahn==19.3.2
|
||||
automat==0.7.0
|
||||
aws-xray-sdk==0.95
|
||||
babel==2.6.0
|
||||
bcrypt==3.1.6
|
||||
boto3==1.9.119
|
||||
boto3==1.9.130
|
||||
boto==2.49.0
|
||||
botocore==1.12.119
|
||||
botocore==1.12.130
|
||||
bumpversion==0.5.3
|
||||
bytestring-splitter==1.0.0a4
|
||||
certifi==2019.3.9
|
||||
cffi==1.12.2
|
||||
chardet==3.0.4
|
||||
click==7.0
|
||||
coincurve==11.0.0
|
||||
colorama==0.4.1
|
||||
commonmark==0.8.1
|
||||
constant-sorrow==0.1.0a8
|
||||
constantly==15.1.0
|
||||
coverage==4.0.3
|
||||
coverage==5.0a4
|
||||
cryptography==2.6.1
|
||||
cytoolz==0.9.0.1 ; implementation_name == 'cpython'
|
||||
dateparser==0.7.1
|
||||
decorator==4.4.0
|
||||
docker-pycreds==0.4.0
|
||||
docker==3.7.1
|
||||
docker==3.7.2
|
||||
docutils==0.14
|
||||
ecdsa==0.13
|
||||
eth-abi==2.0.0b6
|
||||
eth-account==0.3.0
|
||||
eth-bloom==1.0.3
|
||||
eth-hash[pycryptodome,pysha3]==0.2.0
|
||||
eth-keyfile==0.5.1
|
||||
eth-keys==0.2.1
|
||||
eth-rlp==0.1.2
|
||||
eth-tester==0.1.0b37
|
||||
eth-typing==2.1.0
|
||||
eth-utils==1.4.1
|
||||
execnet==1.5.0
|
||||
flask-sqlalchemy==2.3.2
|
||||
flask==1.0.2
|
||||
execnet==1.6.0
|
||||
future==0.17.1
|
||||
greenlet==0.4.15
|
||||
hendrix==3.2.2
|
||||
hexbytes==0.1.0
|
||||
humanize==0.5.1
|
||||
hyperlink==18.0.0
|
||||
idna==2.8
|
||||
imagesize==1.1.0
|
||||
incremental==17.5.0
|
||||
ipfsapi==0.4.3
|
||||
itsdangerous==1.1.0
|
||||
jinja2==2.10
|
||||
jmespath==0.9.4
|
||||
jsondiff==1.1.1
|
||||
jsonpickle==1.1
|
||||
jsonschema==2.6.0
|
||||
lru-dict==1.1.6
|
||||
markupsafe==1.1.1
|
||||
maya==0.6.1
|
||||
mock==2.0.0
|
||||
more-itertools==6.0.0
|
||||
more-itertools==7.0.0 ; python_version > '2.7'
|
||||
moto==1.3.7
|
||||
msgpack-python==0.5.6
|
||||
mypy-extensions==0.4.1
|
||||
mypy==0.670
|
||||
mypy==0.700
|
||||
packaging==19.0
|
||||
paramiko==2.4.2
|
||||
parsimonious==0.8.1
|
||||
pathtools==0.1.2
|
||||
pbr==5.1.3
|
||||
pendulum==2.0.4
|
||||
pluggy==0.9.0
|
||||
protobuf==3.7.0
|
||||
py-ecc==1.6.0
|
||||
py-evm==0.2.0a39
|
||||
py-geth==2.1.0
|
||||
py==1.8.0
|
||||
pyaml==18.11.0
|
||||
pyasn1-modules==0.2.4
|
||||
pyasn1==0.4.5
|
||||
pychalk==2.0.1
|
||||
pycparser==2.19
|
||||
pycryptodome==3.7.3
|
||||
pyethash==0.1.27
|
||||
pycryptodome==3.8.1
|
||||
pygments==2.3.1
|
||||
pyhamcrest==1.9.0
|
||||
pynacl==1.3.0
|
||||
pyopenssl==19.0.0
|
||||
pyparsing==2.3.1
|
||||
pysha3==1.0.2
|
||||
pytest-cov==2.5.1
|
||||
pytest-ethereum==0.1.3a6
|
||||
pytest-cov==2.6.1
|
||||
pytest-forked==1.0.2
|
||||
pytest-mock==1.10.1
|
||||
pytest-mock==1.10.3
|
||||
pytest-mypy==0.3.2
|
||||
pytest-twisted==1.9
|
||||
pytest-xdist==1.27.0
|
||||
pytest==4.0.2
|
||||
python-coveralls==2.9.1
|
||||
pytest-twisted==1.10
|
||||
pytest-xdist==1.28.0
|
||||
pytest==4.4.0
|
||||
python-dateutil==2.8.0 ; python_version >= '2.7'
|
||||
python-jose==2.0.2
|
||||
pytz==2018.9
|
||||
pytzdata==2018.9
|
||||
pyyaml==5.1
|
||||
recommonmark==0.5.0
|
||||
regex==2019.3.12
|
||||
requests==2.21.0
|
||||
responses==0.10.6
|
||||
rlp==1.1.0
|
||||
s3transfer==0.2.0
|
||||
semantic-version==2.6.0
|
||||
sentry-sdk==0.5.2
|
||||
service-identity==18.1.0
|
||||
six==1.12.0
|
||||
snaptime==0.2.4
|
||||
snowballstemmer==1.2.1
|
||||
sphinx-rtd-theme==0.4.3
|
||||
sphinx==2.0.0b2
|
||||
sphinx==2.0.0
|
||||
sphinxcontrib-applehelp==1.0.1
|
||||
sphinxcontrib-devhelp==1.0.1
|
||||
sphinxcontrib-htmlhelp==1.0.1
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.2
|
||||
sphinxcontrib-serializinghtml==1.1.1
|
||||
sqlalchemy==1.3.1
|
||||
toolz==0.9.0
|
||||
trie==1.3.8
|
||||
twisted==19.2.0rc1
|
||||
txaio==18.8.1
|
||||
sphinxcontrib-serializinghtml==1.1.3
|
||||
typed-ast==1.3.1
|
||||
tzlocal==2.0.0b1
|
||||
umbral==0.1.3a0
|
||||
urllib3==1.24.1 ; python_version >= '3.4'
|
||||
watchdog==0.9.0
|
||||
web3[tester]==5.0.0a8
|
||||
websocket-client==0.56.0
|
||||
websockets==7.0
|
||||
werkzeug==0.15.1
|
||||
werkzeug==0.15.2
|
||||
wrapt==1.11.1
|
||||
xmltodict==0.12.0
|
||||
zope.interface==4.6.0
|
||||
|
|
|
@ -4,10 +4,10 @@ argh==0.26.2
|
|||
asn1crypto==0.24.0
|
||||
attrdict==2.0.1
|
||||
attrs==19.1.0
|
||||
autobahn==19.3.2
|
||||
autobahn==19.3.3
|
||||
automat==0.7.0
|
||||
boto3==1.9.119
|
||||
botocore==1.12.119
|
||||
boto3==1.9.130
|
||||
botocore==1.12.130
|
||||
bytestring-splitter==1.0.0a4
|
||||
certifi==2019.3.9
|
||||
cffi==1.12.2
|
||||
|
@ -21,7 +21,7 @@ cryptography==2.6.1
|
|||
cytoolz==0.9.0.1 ; implementation_name == 'cpython'
|
||||
dateparser==0.7.1
|
||||
docutils==0.14
|
||||
eth-abi==2.0.0b6
|
||||
eth-abi==2.0.0b8
|
||||
eth-account==0.3.0
|
||||
eth-bloom==1.0.3
|
||||
eth-hash[pycryptodome,pysha3]==0.2.0
|
||||
|
@ -34,7 +34,7 @@ eth-utils==1.4.1
|
|||
flask-limiter==1.0.1
|
||||
flask-sqlalchemy==2.3.2
|
||||
flask==1.0.2
|
||||
hendrix==3.2.2
|
||||
hendrix==3.2.3
|
||||
hexbytes==0.1.0
|
||||
humanize==0.5.1
|
||||
hyperlink==18.0.0
|
||||
|
@ -54,7 +54,7 @@ mypy-extensions==0.4.1
|
|||
parsimonious==0.8.1
|
||||
pathtools==0.1.2
|
||||
pendulum==2.0.4
|
||||
protobuf==3.7.0
|
||||
protobuf==3.7.1
|
||||
py-ecc==1.6.0
|
||||
py-evm==0.2.0a39
|
||||
py-geth==2.1.0
|
||||
|
@ -62,7 +62,7 @@ pyasn1-modules==0.2.4
|
|||
pyasn1==0.4.5
|
||||
pychalk==2.0.1
|
||||
pycparser==2.19
|
||||
pycryptodome==3.7.3
|
||||
pycryptodome==3.8.1
|
||||
pyethash==0.1.27
|
||||
pyhamcrest==1.9.0
|
||||
pynacl==1.3.0
|
||||
|
@ -82,16 +82,16 @@ sentry-sdk==0.5.2
|
|||
service-identity==18.1.0
|
||||
six==1.12.0
|
||||
snaptime==0.2.4
|
||||
sqlalchemy==1.3.1
|
||||
sqlalchemy==1.3.2
|
||||
toolz==0.9.0
|
||||
trie==1.3.8
|
||||
twisted==19.2.0rc1
|
||||
twisted==19.2.0rc2
|
||||
txaio==18.8.1
|
||||
tzlocal==2.0.0b1
|
||||
umbral==0.1.3a0
|
||||
urllib3==1.24.1 ; python_version >= '3.4'
|
||||
watchdog==0.9.0
|
||||
web3[tester]==5.0.0a8
|
||||
web3[tester]==5.0.0a9
|
||||
websockets==7.0
|
||||
werkzeug==0.15.1
|
||||
werkzeug==0.15.2
|
||||
zope.interface==4.6.0
|
||||
|
|
Loading…
Reference in New Issue