Skip to content

Commit a5893e5

Browse files
committed
lock importlib_metadata for py3.6
1 parent 0361115 commit a5893e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
urllib3<2 ; python_version < '3.7' # urllib3 2.0 dropped support for Python 3.6
22
zipp<3.7 ; python_version < '3.7' # zipp 3.7.0 dropped support for Python 3.6
3+
importlib_metadata<4.9 # # importlib_metadata 4.9.0 dropped support for Python 3.6
34
Django>=3.2
45
Markdown<3.4
56
requests

0 commit comments

Comments
 (0)