From cd7b98e3f5278d4bddf144ab87f2c40086cae653 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Sat, 12 Nov 2022 15:55:46 -0600 Subject: [PATCH] add requirements to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9b4af1..760c360 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 = [ ] +requirements = ['api-client', 'typing-extensions'] test_requirements = [ ]