From 2f9cc24a64caec2d033a3a3fc7c2fcc290961489 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Sun, 20 Nov 2022 18:28:02 -0600 Subject: [PATCH] add collection-json to setup requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 760c360..9c3bc77 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('README.rst') as readme_file: with open('HISTORY.rst') as history_file: history = history_file.read() -requirements = ['api-client', 'typing-extensions'] +requirements = ['api-client', 'typing-extensions', 'git+https://github.com/anthonyscorrea/collection-json.python.git#egg=collection-json'] test_requirements = [ ]