Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

requirements update #4277

Merged
merged 2 commits into from
Jun 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ codecov==2.0.15
coverage==4.5.1
factory-boy==2.9.2
Faker==0.8.9
flake8==3.5.0
flake8==3.7.7
freezegun==0.3.11
idna==2.5
isort==4.3.4
Expand All @@ -15,8 +15,8 @@ mccabe==0.6.1
mypy==0.670
pluggy==0.6.0
py==1.5.3
pycodestyle==2.4.0
pyflakes==1.6.0
pycodestyle==2.5.0
pyflakes==2.1.1
pylint==1.9.2
pytest-cov==2.5.1
pytest==3.3.1
Expand Down
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ codecov==2.0.15
coverage==4.5.1
factory-boy==2.9.2
Faker==0.8.9
flake8==3.5.0
flake8==3.7.7
freezegun==0.3.11
idna==2.5
isort==4.3.4
lazy-object-proxy==1.3.1
mccabe==0.6.1
pluggy==0.6.0
py==1.5.3
pycodestyle==2.4.0
pyflakes==1.6.0
pycodestyle==2.5.0
pyflakes==2.1.1
pylint==1.9.2
pytest-cov==2.5.1
pytest-timeout==1.2.1
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cloudpickle==0.6.1
coincurve==7.1.0
constantly==15.1.0
crossbar==17.12.1
cryptography==2.2.2
cryptography==2.3.1
cytoolz==0.9.0.1
distro==1.3.0
dnspython==1.15.0
Expand All @@ -48,7 +48,7 @@ hyperlink==18.0.0
idna==2.5
incremental==17.5.0
ipaddress==1.0.19
Jinja2==2.10
Jinja2==2.10.1
lmdb==0.94
MarkupSafe==1.0
miniupnpc==2.0.2
Expand All @@ -59,7 +59,7 @@ Naked==0.1.31
ndg-httpsclient==0.4.4
netaddr==0.7.19
netifaces==0.10.4
numpy==1.13.1
numpy==1.15.4
olefile==0.45.1
opencv-contrib-python-headless==3.4.3.18
OpenEXR==1.3.0
Expand All @@ -83,16 +83,16 @@ priority==1.3.0
psutil==5.2.2
py-cpuinfo==4.0.0
py-ubjson==0.11.0
pyasn1-modules==0.2.1
pyasn1==0.4.1
pyasn1-modules==0.2.4
pyasn1==0.4.5
pycparser==2.17
pycryptodome==3.6.6
PyDispatcher==2.0.5
pyelliptic==1.5.10
pyethash==0.1.27
Pygments==2.2.0
pylru==1.0.9
PyNaCl==1.2.1
PyNaCl==1.3.0
pyOpenSSL==17.1.0
pyparsing==2.2.0
PyQRCode==1.2.1
Expand Down Expand Up @@ -122,7 +122,7 @@ token-bucket==0.2.0
toolz==0.9.0
treq==17.8.0
Twisted==17.9.0
txaio==2.8.2
txaio==18.8.1
txtorcon==0.20.0
u-msgpack-python==2.5.0
urllib3==1.24.3
Expand Down
6 changes: 3 additions & 3 deletions requirements_to-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ incremental==17.5.0
miniupnpc<2.1,>=2.0
ndg-httpsclient
netifaces==0.10.4
numpy==1.13.1
numpy==1.15.4
OpenEXR
os-win
packaging
Expand All @@ -34,7 +34,7 @@ pluggy==0.6.0
portalocker==1.2.1
psutil==5.2.2
py-cpuinfo==4.0.0
pyasn1==0.4.1
pyasn1==0.4.5
pycparser==2.17
pydispatcher
pyOpenSSL==17.1.0
Expand All @@ -51,7 +51,7 @@ six==1.11.0
tabulate
token_bucket==0.2.0
Twisted==17.9.0
txaio==2.8.2
txaio==18.8.1
urllib3==1.24.3
web3==4.2.1
zope.interface==4.4.2
Expand Down