digital4rensics / Malformity

Malformity is a Maltego project based on the Canari framework for malicious binary and infrastructure research.
116 stars 35 forks source link

change package requirements canari==1.0 to canari>=1.0 #37

Open david74552 opened 8 years ago

david74552 commented 8 years ago

Had an issue referring to the Malformity package from within another canari package because the prerequisites/requirements within the Malformity package specify "canari==1.0" instead of "canari>=1.0". Can you please update this as canari is now v1.1.

Error: "error: canari 1.1 is installed but canari==1.0 is required by set(['Malformity'])"