|
13 | 13 |
|
14 | 14 |
|
15 | 15 | TESTS_REQUIREMENTS = [
|
16 |
| - "black==22.*,>=22.1.0", |
17 |
| - "celery==5.*,>=5.2.7", |
18 |
| - "coverage==6.*,>=6.3.2", |
19 |
| - "flake8==6.*,>=6.1.0", |
20 |
| - "pre-commit==2.*,>=2.20.0", |
| 16 | + "black==23.*,>=23.12.1", |
| 17 | + "celery==5.*,>=5.3.6", |
| 18 | + "coverage==7.*,>=7.4.0", |
| 19 | + "flake8==7.*,>=7.0.0", |
| 20 | + "pre-commit==3.*,>=3.6.0", |
21 | 21 | "preggy==1.*,>=1.4.4",
|
22 |
| - "pylint==3.*,>=3.0.1", |
23 |
| - "pyssim==0.*,>=0.4", |
24 |
| - "pytest-asyncio==0.*,>=0.18.0", |
25 |
| - "pytest-cov==3.*,>=3.0.0", |
26 |
| - "pytest==7.*,>=7.0.0", |
27 |
| - "thumbor==7.*", |
| 22 | + "pylint==3.*,>=3.0.3", |
| 23 | + "pyssim==0.*,>=0.7", |
| 24 | + "pytest-asyncio==0.*,>=0.23.0", |
| 25 | + "pytest-cov==4.*,>=4.1.0", |
| 26 | + "pytest==7.*,>=7.4.0", |
| 27 | + "thumbor==7.*,>=7.7.2", |
28 | 28 | ]
|
29 | 29 |
|
30 | 30 | RUNTIME_REQUIREMENTS = [
|
31 |
| - "opencv-python-headless==4.*,>=4.2.0", |
32 |
| - "Pillow==10.*,>=10.0.1", |
33 |
| - "pyres==1.*,>=1.5.0", |
| 31 | + "opencv-python-headless==4.*,>=4.9.0.80", |
| 32 | + "Pillow==10.*,<10.1.0", |
| 33 | + "pyres==1.*,>=1.5", |
34 | 34 | "redis==5.*,>=5.0.1",
|
35 |
| - "sentry-sdk==0.*,>=0.14.2", |
36 |
| - "click==8.*", |
37 |
| - "click-option-group==0.5.*", |
| 35 | + "sentry-sdk==1.*,>=1.39.1", |
| 36 | + "click==8.*,>=8.1.7", |
| 37 | + "click-option-group==0.*,>=0.5.6", |
38 | 38 | ]
|
39 | 39 |
|
40 | 40 | setup(
|
|
44 | 44 | url="https://github.com/thumbor/remotecv",
|
45 | 45 | version=version,
|
46 | 46 | description="remotecv is an OpenCV worker for facial and feature recognition",
|
47 |
| - python_requires="==3.*,>=3.8.0", |
| 47 | + python_requires="==3.*,>=3.9.0", |
48 | 48 | author="Bernardo Heynemann",
|
49 | 49 |
|
50 | 50 | license="MIT",
|
|
57 | 57 | "Operating System :: MacOS",
|
58 | 58 | "Operating System :: POSIX :: Linux",
|
59 | 59 | "Programming Language :: Python :: 3",
|
60 |
| - "Programming Language :: Python :: 3.8", |
61 | 60 | "Programming Language :: Python :: 3.9",
|
62 | 61 | "Programming Language :: Python :: 3.10",
|
63 | 62 | "Programming Language :: Python :: 3.11",
|
|
0 commit comments