From 3ce7b999aada8489a30597203916e5bfca55cabc Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 22 Jul 2021 01:11:39 +0200 Subject: cleanup currently unused dependencies code from gluish copied into base.py --- python/setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index 4b743d7..901180f 100644 --- a/python/setup.py +++ b/python/setup.py @@ -13,7 +13,7 @@ with open("README.md", "r") as fh: description="Reference data munging tasks and utilities", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/internetarchive/cgraph", + url="https://gitlab.com/internetarchive/cgraph", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3", @@ -26,8 +26,6 @@ with open("README.md", "r") as fh: ]}, install_requires=[ "dynaconf[ini]", - "fuzzycat", - "gluish", ], extras_require={"dev": [ "ipython", -- cgit v1.2.3