mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Add missing dependency declarations.
This commit is contained in:
parent
fc12574880
commit
77d54e6579
2 changed files with 4 additions and 0 deletions
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
blessings
|
3
setup.py
3
setup.py
|
@ -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=[
|
||||||
|
|
Loading…
Add table
Reference in a new issue