We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0361115 commit a5893e5Copy full SHA for a5893e5
requirements.txt
@@ -1,5 +1,6 @@
1
urllib3<2 ; python_version < '3.7' # urllib3 2.0 dropped support for Python 3.6
2
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
4
Django>=3.2
5
Markdown<3.4
6
requests
0 commit comments