File tree Expand file tree Collapse file tree 2 files changed +40
-315
lines changed
Expand file tree Collapse file tree 2 files changed +40
-315
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,21 @@ name = "pycouchdb"
33version = " 1.16.0"
44description = " Modern pure python CouchDB Client."
55authors = [
6- {name = " Andrey Antukh" , email = " niwi@niwi.be" },
6+ {name = " Andrey Antukh" , email = " niwi@niwi.be" }
7+ ]
8+ maintainers = [
79 {name = " Rinat Sabitov" , email = " rinat.sabitov@gmail.com" }
810]
911license = {text = " BSD-3-Clause" }
1012readme = " README.md"
11- requires-python = " >=3.8.1 "
13+ requires-python = " >=3.9 "
1214keywords = [" couchdb" , " database" ]
1315classifiers = [
1416 " Topic :: Utilities" ,
1517 " Topic :: Software Development :: Libraries :: Python Modules"
1618]
1719dependencies = [
18- " requests>=2.28 " ,
20+ " requests>=2.32.5 " ,
1921 " chardet>=5.2.0"
2022]
2123
@@ -26,10 +28,10 @@ Repository = "https://github.com/histrio/py-couchdb"
2628
2729[project .optional-dependencies ]
2830dev = [
29- " responses>=0.22 " ,
30- " flake8>=6 .0" ,
31- " pytest>=7.2 " ,
32- " pytest-cov>=4 .0"
31+ " responses>=0.25.0 " ,
32+ " flake8>=7 .0" ,
33+ " pytest>=8.0 " ,
34+ " pytest-cov>=5 .0"
3335]
3436
3537[build-system ]
You can’t perform that action at this time.
0 commit comments