|
41 | 41 | long_description=long_description,
|
42 | 42 | download_url='https://github.com/devopshq/crosspm.git',
|
43 | 43 | entry_points={'console_scripts': ['crosspm=crosspm.__main__:main']},
|
44 |
| - python_requires='>=3.6.0', |
| 44 | + python_requires='>=3.8.0', |
45 | 45 | classifiers=[
|
46 | 46 | 'Development Status :: {}'.format(develop_status),
|
47 | 47 | 'Environment :: Console',
|
|
50 | 50 | 'License :: OSI Approved :: MIT License',
|
51 | 51 | 'Natural Language :: English',
|
52 | 52 | 'Programming Language :: Python :: 3',
|
53 |
| - 'Programming Language :: Python :: 3.6', |
54 |
| - 'Programming Language :: Python :: 3.7', |
55 | 53 | 'Programming Language :: Python :: 3.8',
|
| 54 | + 'Programming Language :: Python :: 3.9', |
| 55 | + 'Programming Language :: Python :: 3.10', |
| 56 | + 'Programming Language :: Python :: 3.11', |
56 | 57 | ],
|
57 | 58 | keywords=[
|
58 | 59 | 'development',
|
|
75 | 76 | tests_require=[
|
76 | 77 | "pytest>=5.2",
|
77 | 78 | "pytest-flask>=1.0.0",
|
78 |
| - "PyYAML>=5.2", |
| 79 | + "PyYAML>=6.0", |
79 | 80 | ],
|
80 | 81 | install_requires=[
|
81 |
| - "requests>=2.25.1,<3.0.0", |
82 |
| - 'urllib3<1.25,>=1.21.1', |
| 82 | + "requests>=2.30.0,<3.0.0", |
| 83 | + 'urllib3>=2.2.0', |
83 | 84 | 'docopt==0.6.2',
|
84 |
| - "PyYAML>=5.2,<6.0", |
| 85 | + "PyYAML>=6.0", |
85 | 86 | "dohq-artifactory>=0.8.3",
|
86 |
| - "Jinja2>=2.11", |
| 87 | + "Jinja2>=3.1.3", |
87 | 88 | 'patool==1.12', # need for pyunpack
|
88 | 89 | 'pyunpack==0.2',
|
89 |
| - # 'pyopenssl>=16.2.0', |
90 |
| - # 'cryptography>=1.7', |
91 | 90 | ],
|
92 | 91 | package_data={
|
93 | 92 | '': [
|
|
0 commit comments