Skip to content

Commit

Permalink
Benign deps reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jul 2, 2021
1 parent b372f4c commit 85246d2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,20 @@
'tractor.testing',
],
install_requires=[

# trio related
'trio>0.8',
'msgpack',
'async_generator',
'trio_typing',

# tooling
'colorlog',
'wrapt',
'trio_typing',
'pdbpp',

# serialization
'msgpack',

],
tests_require=['pytest'],
python_requires=">=3.7",
Expand Down

0 comments on commit 85246d2

Please sign in to comment.