mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Quick fix: commented not working dependencies and added support of python3 in generate_flow_graph
This commit is contained in:
parent
c9f60a5a3d
commit
6b844d2202
3 changed files with 2 additions and 2 deletions
|
@ -66,4 +66,4 @@ with open(path, 'r') as f:
|
||||||
output_text_graph += elem
|
output_text_graph += elem
|
||||||
|
|
||||||
output_text_graph += "}"
|
output_text_graph += "}"
|
||||||
print output_text_graph
|
print(output_text_graph)
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 204 KiB |
|
@ -45,7 +45,7 @@ pycountry
|
||||||
PySocks
|
PySocks
|
||||||
|
|
||||||
#ASN lookup requirements
|
#ASN lookup requirements
|
||||||
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/adns-python/adns-python-1.2.1.tar.gz
|
#https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/adns-python/adns-python-1.2.1.tar.gz
|
||||||
https://github.com/trolldbois/python-cymru-services/archive/master.zip
|
https://github.com/trolldbois/python-cymru-services/archive/master.zip
|
||||||
|
|
||||||
https://github.com/saffsd/langid.py/archive/master.zip
|
https://github.com/saffsd/langid.py/archive/master.zip
|
||||||
|
|
Loading…
Reference in a new issue