File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
maintainer = Andreas Motl
12
12
maintainer_email =
[email protected]
13
13
copyright = Copyright 2017-2020 Andrew Prokhorenkov <
[email protected] >
14
- url = https://github.com/panodata/grafana-client/
14
+ url = https://github.com/panodata/grafana-client
15
15
project_urls =
16
- Source = https://github.com/panodata/grafana-client/
16
+ Source = https://github.com/panodata/grafana-client
17
17
Tracker = https://github.com/panodata/grafana-client/issues
18
18
classifiers =
19
19
Development Status :: 5 - Production/Stable
@@ -66,7 +66,7 @@ packages = find:
66
66
include_package_data = True
67
67
zip_safe = False
68
68
setup_requires =
69
- setuptools_scm>=4.0
69
+ setuptools-scm<8
70
70
71
71
# https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#platform-specific-dependencies
72
72
install_requires =
@@ -77,10 +77,10 @@ install_requires =
77
77
[options.extras_require]
78
78
test =
79
79
parameterized>=0.8,<1
80
- codecov>=2.1.0
81
- coverage[toml]>=5.2.0
82
- unittest-xml-reporting>=3.0.0
83
- requests-mock>=1.8.0
80
+ codecov<3
81
+ coverage[toml]<7
82
+ unittest-xml-reporting<4
83
+ requests-mock<2
84
84
85
85
develop =
86
86
isort<6
You can’t perform that action at this time.
0 commit comments