/
Wolf
/
speedy
Обзор
Документация
Войти
/
Wolf
/
speedy
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
pyproject.toml
56 строк
1 KB
dependabot[bot]
Update httpx requirement in the python-packages group
03 сен 2024, 00:03
Не верифицирован
03 сен 2024, 00:03
bb91498
Код
Авторство
О чём код?
[build-system] requires = ["setuptools>=66.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"] [project] name = "SpeedApi" version = "0.0.1" authors = [ { name = "Alexander Kuzmin", email = "qrer71@yandex.ru" }, { name = "Alexander Kuzmin", email = "funks.1@yandex.ru" } ] license = { file = "LICENSE" } description = "In development" readme = "README.md" requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] [project.optional-dependencies] ujson = ["ujson<=5.10.0"] orjson = ["orjson<=3.10.7"] dev = [ "covdefaults", "pytest<=8.3.2", "ujson<=5.10.0", "orjson<=3.10.7", "httpx<=0.27.2", "pytest-cov", "time-machine<=2.15.0", "pytest-asyncio<=0.24.0", "pytest-mock<=3.14.0" ] [project.urls] "Homepage" = "https://github.com/WolfMTK/speedy" "Repository" = "https://github.com/WolfMTK/speedy" [tool.coverage.run] concurrency = ["multiprocessing", "thread"] omit = ["*/tests/*"] parallel = true plugins = ["covdefaults"] source = ["speedy"] [tool.pytest.ini_options] asyncio_mode = "auto"