| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/hyperscience/allure-python/master/allure-python-commons/setup.py | [Back] [Original] |
from setuptools import setup
PACKAGE = "allure-python-commons"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
]
install_requires = [
"attrs>=16.0.0",
"six>=1.9.0",
"pluggy>=0.4.0",
"enum34;python_version
| Web Proxy Viewer | New URL | Original Page |