update dependencies
This commit is contained in:
parent
88c5e20c69
commit
254ec64388
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/JustinAzoff/python-cymruwhois/archive/1.5.zip#egg=cymruwhois==1.5
|
4
setup.py
4
setup.py
@ -3,9 +3,9 @@ setup(
|
||||
name = "dnsdiag",
|
||||
version = "1.2.2",
|
||||
packages = find_packages(),
|
||||
install_requires = ['cymruwhois==1.4'],
|
||||
install_requires = ['cymruwhois==1.5'],
|
||||
dependency_links = [
|
||||
"https://github.com/JustinAzoff/python-cymruwhois/archive/a34543335cbef02b1b615e774ce5b6187afb0cc2.zip#egg=cymruwhois-1.4"
|
||||
"https://github.com/JustinAzoff/python-cymruwhois/archive/1.5.zip#egg=cymruwhois-1.5"
|
||||
],
|
||||
|
||||
scripts = ['dnsping.py', 'dnstraceroute.py', 'dnseval.py'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user