mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
completed deps.
This commit is contained in:
parent
6b90597889
commit
131b5f4f29
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -9,6 +9,8 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'rq',
|
'rq',
|
||||||
'bottle',
|
'bottle',
|
||||||
'sh'
|
'sh',
|
||||||
|
'redis',
|
||||||
|
'python-iptables'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue