Switch to installed milc (#31)

This commit is contained in:
Zach White
2020-10-06 18:42:40 -07:00
committed by GitHub
parent 315e863b21
commit 7605ab1007
4 changed files with 5 additions and 810 deletions
+1 -1
View File
@@ -40,12 +40,12 @@ if __name__ == "__main__":
],
requires_python=metadata['requires-python'],
install_requires=[
#"milc", #FIXME(skullydazed): Included in the repo for now.
"appdirs",
"argcomplete",
"colorama",
"flake8",
"hjson",
"milc>=1.0.8",
"nose2",
"yapf"
],