Skip to content

Commit

Permalink
feat(ci): 💚 nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Oct 21, 2024
1 parent 362a033 commit da51ea3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ readme = "README.rst"
homepage = "https://github.com/sns-sdks/python-youtube"
repository = "https://github.com/sns-sdks/python-youtube"
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand All @@ -20,8 +22,6 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Developers",
]

packages = [
Expand All @@ -35,22 +35,22 @@ requests = "^2.24.0"
requests-oauthlib = "=1.3.0,<3.0.0"
isodate = ">=0.6.0,<=0.7.2"
dataclasses-json = [
{version = "^0.5.3", python = "<3.7"},
{version = "^0.6.0", python = ">=3.7"}
{ version = "^0.5.3", python = "<3.7" },
{ version = "^0.6.0", python = ">=3.7" }
]

[tool.poetry.dev-dependencies]
responses = [
{version = "^0.17.0", python = "<3.7"},
{version = "^0.23.0", python = ">=3.7"}
{ version = "^0.17.0", python = "<3.7" },
{ version = "^0.23.0", python = ">=3.7" }
]
pytest = [
{version = "^6.2", python = "<3.7"},
{version = "^7.1", python = ">=3.7"}
{ version = "^6.2", python = "<3.7" },
{ version = "^7.1", python = ">=3.7" }
]
pytest-cov = [
{version = "^2.10.1", python = "<3.7"},
{version = "^3.0.0", python = ">=3.7"}
{ version = "^2.10.1", python = "<3.7" },
{ version = "^3.0.0", python = ">=3.7" }
]

[build-system]
Expand Down

0 comments on commit da51ea3

Please sign in to comment.