We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37f863 commit 65160dcCopy full SHA for 65160dc
2 files changed
local-requirements.txt
@@ -2,3 +2,4 @@ pytest==5.4.3
2
pytest-asyncio==0.14.0
3
pytest-cov==2.10.0
4
mypy==0.782
5
+setuptools==49.1.0
setup.py
@@ -33,7 +33,12 @@
33
'typing-extensions',
34
],
35
classifiers=[
36
+ 'Topic :: Software Development :: Testing',
37
+ 'Topic :: Internet :: WWW/HTTP :: Browsers',
38
+ 'Intended Audience :: Developers',
39
'Programming Language :: Python :: 3',
40
+ 'Programming Language :: Python :: 3.7',
41
+ 'Programming Language :: Python :: 3.8',
42
'License :: OSI Approved :: Apache Software License',
43
'Operating System :: OS Independent',
44
0 commit comments