mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
added sh for iptables dependency.
This commit is contained in:
parent
de4900c368
commit
a0339dcb89
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -8,6 +8,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'rq',
|
||||
'bottle'
|
||||
'bottle',
|
||||
'sh'
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue