Skip to content

Commit 4c1761f

Browse files
Merge pull request #2 from brandonwillard/update-dependency-name
Use new unification PyPi name
2 parents c86bb15 + 1e60c25 commit 4c1761f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
setup(
66
name="cons",
77
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-
],
8+
install_requires=["toolz", "logical-unification"],
129
packages=find_packages(exclude=["tests"]),
1310
tests_require=["pytest"],
1411
author="Brandon T. Willard",

0 commit comments

Comments
 (0)