add requirements to setup.py

This commit is contained in:
2022-11-12 15:55:46 -06:00
parent 5df000731f
commit cd7b98e3f5

View File

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