Skip to content

Commit

Permalink
fix anyio dep
Browse files Browse the repository at this point in the history
for RTD
  • Loading branch information
smurfix committed Dec 19, 2018
1 parent 307b2d0 commit 64fd358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_tests(self):
keywords=['Serf', 'orchestration', 'service discovery', 'anyio'],
license='MIT',
packages=['aioserf'],
install_requires=['msgpack >= 0.5.0', 'anyio', 'outcome', 'async_generator', 'attrs >= 18.1'],
install_requires=['msgpack >= 0.5.0', 'anyio == 1.0.0b1', 'outcome', 'async_generator', 'attrs >= 18.1'],
tests_require=test_requires,
cmdclass={'test': PyTest},
)

0 comments on commit 64fd358

Please sign in to comment.