Skip to content

Commit 603f2d8

Browse files
committed
remove docopt requirement from setup.py
1 parent 4a6b394 commit 603f2d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
author_email=('palmer.geraint@googlemail.com'),
88
packages = ['ciw'],
99
description='A discrete event simulation framework for open queueing networks',
10-
install_requires=["PyYAML", "networkx", "docopt", "hypothesis"]
10+
install_requires=["PyYAML", "networkx", "hypothesis"]
1111
)

0 commit comments

Comments
 (0)