We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c86bb15 + 1e60c25 commit 4c1761fCopy full SHA for 4c1761f
setup.py
@@ -5,10 +5,7 @@
5
setup(
6
name="cons",
7
version="0.2.0",
8
- install_requires=[
9
- "toolz",
10
- "unification @ git+https://github.com/brandonwillard/unification.git@master#egg=unification-0.2.2",
11
- ],
+ install_requires=["toolz", "logical-unification"],
12
packages=find_packages(exclude=["tests"]),
13
tests_require=["pytest"],
14
author="Brandon T. Willard",
0 commit comments