Add missing dependency declarations.

This commit is contained in:
Alex Wood 2019-04-09 14:34:02 -04:00
parent fc12574880
commit 77d54e6579
2 changed files with 4 additions and 0 deletions

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
blessings

View file

@ -33,6 +33,9 @@ setup(
}, },
packages=find_packages('src'), packages=find_packages('src'),
include_package_data=True, include_package_data=True,
install_requires=[
'blessings'
],
# non-python scripts go here # non-python scripts go here
scripts=[ scripts=[