devanshbatham / CertEagle

Weaponizing Live CT logs for automated monitoring of assets
133 stars 36 forks source link

Update requirements.txt #1

Closed joeldeleep closed 4 years ago

joeldeleep commented 4 years ago

pkg-resource==0.0.0 was triggering an error

Could not find a version that satisfies the requirement pkg-resources==0.0.0

The reason and further details of the issue is listed here Pip Freeze , following several stackoverflow answers removing it from the requirements.txt cleared the problem . Testrources was added to the list since launchpadlib 1.10.13 requires testresources.

devanshbatham commented 4 years ago

Merged , Thanks !!