From 8d657ebce69897e68458aac71410a6c7866307bb Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 20 Aug 2018 15:19:07 -0400 Subject: [PATCH] Removes critsapi since it is not a PyPI package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f3a819..bd8e212 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['critsapi', 'urlfinderlib'], + install_requires=['urlfinderlib'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,