Skip to content

Commit 1d871dc

Browse files
committed
Use importlib_metadata on Python 3.8
1 parent 7bf932d commit 1d871dc

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,4 +1,4 @@
1-
importlib-metadata>=1.5.0; python_version < "3.8"
1+
importlib-metadata>=1.5.0; python_version < "3.9"
22
importlib-resources>=3.0.0; python_version < "3.7"
33
natsort>=7.1.0
44
pydash>=4.7.4

0 commit comments

Comments
 (0)