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 = [ ]