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.
1 parent c86bb15 commit 1e60c25Copy full SHA for 1e60c25
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