Remove Python 3.5 typing support!

This commit is contained in:
Ben Lopatin
2023-08-31 13:06:45 -04:00
parent daab45edda
commit 87891a6331
-1
View File
@@ -18,7 +18,6 @@ package_dir =
=src
install_requires =
requests>=2.4.2
typing; python_version<"3.6"
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment