Commit e1dc0ce 1 parent 4b27d86 commit e1dc0ce Copy full SHA for e1dc0ce
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " fawltydeps"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " Find undeclared 3rd-party dependencies in your Python project."
5
5
authors = [
6
6
" Maria Knorps <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ sha256 = "b7c34d528bba97a4ace1aa6efee90d31ae1419581577d6ee13c3cf6718357e36"
63
63
# Value: list (set) of packages names that are declared
64
64
"<unused>" = [
65
65
" albumentations" ,
66
- " cython " ,
66
+ " Cython " ,
67
67
" funcy" ,
68
68
" iterative-stratification" ,
69
69
" matplotlib" ,
@@ -72,7 +72,7 @@ sha256 = "b7c34d528bba97a4ace1aa6efee90d31ae1419581577d6ee13c3cf6718357e36"
72
72
" olefile" ,
73
73
" omegaconf" ,
74
74
" opencv-contrib-python" ,
75
- " pillow " ,
75
+ " Pillow " ,
76
76
" pycocotools" ,
77
77
" pyyaml" ,
78
78
" scikit-image" ,
@@ -122,14 +122,14 @@ sha256 = "b7c34d528bba97a4ace1aa6efee90d31ae1419581577d6ee13c3cf6718357e36"
122
122
# Key: filename containing declared dependencies
123
123
# Value: list (set) of external packages imported
124
124
"<unused>" = [
125
- " cython " , # needed to install scipy via conda
125
+ " Cython " , # needed to install scipy via conda
126
126
# actually unused
127
127
" oauthlib" ,
128
128
" olefile" ,
129
129
# unmatched due to identity mapping
130
130
" opencv-contrib-python" ,
131
131
" iterative-stratification" ,
132
- " pillow " ,
132
+ " Pillow " ,
133
133
" pyyaml" ,
134
134
" scikit-learn" ,
135
135
" scikit-image" ,
You can’t perform that action at this time.
0 commit comments