mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-21 06:13:57 +00:00
updated redis dependency to be compatible with python 2.7
This commit is contained in:
parent
a707b81920
commit
3a53d32ff8
4 changed files with 12 additions and 4 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ setup(name='pyhamtools',
|
|||
"pyephem>=3.7.6.0",
|
||||
"beautifulsoup4>=4.7.1",
|
||||
"future>=0.17.1",
|
||||
"redis>=2.22.0",
|
||||
"redis>=2.10.6",
|
||||
],
|
||||
**kw
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue