Skip to content

Commit

Permalink
Update requirements to correspond with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed May 12, 2022
1 parent 7a9cc2e commit a054465
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ networkx==2.6.3
pony==0.7.14
psutil==5.8.0
pyasn1==0.4.8
pydantic==1.8.2
pydantic==1.9.0
PyOpenSSL==21.0.0
pyyaml==6.0
sentry-sdk==1.5.0
Expand All @@ -23,4 +23,5 @@ yappi==1.3.3
yarl==1.7.2 # keep this dependency higher than 1.6.3. See: https://github.com/aio-libs/yarl/issues/517
Faker==9.8.2
sentry-sdk==1.5.0
pyipv8==2.8.0
pyipv8==2.8.0
libtorrent==1.2.15
20 changes: 10 additions & 10 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-r requirements.txt

pytest==6.2.5
pytest-aiohttp==0.3.0
pytest-asyncio==0.16.0
pytest-cov==3.0.0
pytest-mock==3.6.1
pytest-randomly==3.10.2
pytest-timeout==2.0.1
pytest-xdist==2.4.0
pytest==7.1.2
pytest-aiohttp==1.0.4
pytest-asyncio==0.18.3
pytest-mock==3.7.0
pytest-randomly==3.11.0
pytest-timeout==2.1.0
pytest-freezegun==0.4.2
freezegun==1.1.0
freezegun==1.2.1
coverage==6.3.2
looptime==0.2

asynctest==0.13.0
asynctest==0.13.0 # this library has to be installed to properly work with ipv8 TestBase.

0 comments on commit a054465

Please sign in to comment.