@@ -38,12 +38,6 @@ classifiers = [
3838 " Operating System :: Microsoft :: Windows" ,
3939 " Programming Language :: Python :: 3" ,
4040 " Programming Language :: Python :: 3 :: Only" ,
41- {% if cookiecutter.minimum_python_version == '3.9' %}"Programming Language :: Python :: 3.9",
42- "Programming Language :: Python :: 3.10",
43- "Programming Language :: Python :: 3.11",
44- "Programming Language :: Python :: 3.12",
45- "Programming Language :: Python :: 3.13",
46- "Programming Language :: Python :: 3.14",{% endif -%}
4741 {% if cookiecutter.minimum_python_version == '3.10' %}"Programming Language :: Python :: 3.10",
4842 "Programming Language :: Python :: 3.11",
4943 "Programming Language :: Python :: 3.12",
@@ -67,7 +61,7 @@ dependencies = [
6761 " fastapi" ,
6862 " pydantic" ,
6963 " uvicorn" ,
70- {% if cookiecutter.use_requests == 'y' %}"requests ",{% endif %}
64+ {% if cookiecutter.use_niquests == 'y' %}"niquests ",{% endif %}
7165 {% if cookiecutter.use_cryptography == 'y' %}"cryptography",{% endif %}
7266]
7367
@@ -84,7 +78,6 @@ dev = [
8478 " httpx" ,
8579 " bandit" ,
8680 " mypy" ,
87- {% if cookiecutter.use_requests == 'y' %}"requests-mock",{% endif %}
8881]
8982{% endif %}
9083
0 commit comments