# devDependencies (packages for development/testing), production/runtime dependencies in setup.py
# TODO: add the packages that your package depends on here and in setup.py
#   (everything listed in the imports)

# In local-package uncomment the bellow line
# smart-datastore-local

logger-local>=0.0.203b3060 # https://pypi.org/project/logger-local#history Need version with metrics add - 0.0.203 (stable) was never published, only 0.0.203b3060
python-sdk-remote

google-sheets-local

# All packages for tests should be in requirements-dev.txt and not here