mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
requirements.txt is enough
This commit is contained in:
parent
c8cb15d98a
commit
b18b3eb925
1 changed files with 1 additions and 8 deletions
9
setup.py
9
setup.py
|
@ -5,12 +5,5 @@ setup(
|
|||
version="0.1",
|
||||
description="Captive Portal client lib",
|
||||
author="Stefan Midjich",
|
||||
packages=['portalclientlib'],
|
||||
install_requires=[
|
||||
'rq',
|
||||
'bottle',
|
||||
'sh',
|
||||
'redis',
|
||||
'python-iptables'
|
||||
]
|
||||
packages=['portalclientlib']
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue