|
1 |
| -import os |
2 |
| -import sys |
3 |
| - |
4 | 1 | try:
|
5 | 2 | from setuptools import setup
|
6 | 3 | except ImportError:
|
|
13 | 10 | 'deepmerge==1.1.1',
|
14 | 11 | 'lru_cache==0.2.3',
|
15 | 12 | 'backports.functools_lru_cache==1.6.6',
|
16 |
| - 'pathlib2==2.3.7.post1', |
17 |
| - 'pyyaml==6.0.2', |
18 |
| - 'boto3==1.35.94', |
19 |
| - 'hvac==2.3.0' |
| 13 | + 'pyyaml~=6.0.2', |
| 14 | + 'boto3~=1.35.94', |
| 15 | + 'hvac~=2.3.0' |
20 | 16 | ]
|
21 | 17 |
|
22 | 18 | setup(
|
|
37 | 33 | 'License :: OSI Approved :: Apache Software License',
|
38 | 34 | 'Operating System :: OS Independent',
|
39 | 35 | 'Programming Language :: Python',
|
40 |
| - 'Programming Language :: Python :: 2', |
41 |
| - 'Programming Language :: Python :: 2.7', |
42 | 36 | 'Programming Language :: Python :: 3',
|
43 |
| - 'Programming Language :: Python :: 3.4', |
44 |
| - 'Programming Language :: Python :: 3.5', |
45 |
| - 'Programming Language :: Python :: 3.6', |
46 | 37 | 'Programming Language :: Python :: 3.7',
|
| 38 | + 'Programming Language :: Python :: 3.8', |
| 39 | + 'Programming Language :: Python :: 3.9', |
47 | 40 | 'Programming Language :: Python :: 3.10',
|
| 41 | + 'Programming Language :: Python :: 3.11', |
| 42 | + 'Programming Language :: Python :: 3.12', |
48 | 43 | 'Programming Language :: Python :: Implementation :: CPython',
|
49 | 44 | 'Programming Language :: Python :: Implementation :: PyPy',
|
50 | 45 | 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
|
0 commit comments