Skip to content

Commit bf7debe

Browse files
committed
fix: Add certifi to requirements.txt
certifi is imported in the code but was missing from dependencies, causing ModuleNotFoundError on systems without CA certificates. Fixes josegonzalez#444
1 parent 7b78f06 commit bf7debe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
certifi

0 commit comments

Comments
 (0)