s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
1.83k stars 161 forks source link

pypi.org/simple No matching distribution found for fastapi_template #121

Closed web5gogogo closed 1 year ago

web5gogogo commented 1 year ago
image
s3rius commented 1 year ago

Hi. Thanks for your interest in this project. I couldn't reproduce this issue. This is my logs:

❯ python3 -m pip install fastapi_template -i https://pypi.org/simple
Collecting fastapi_template
  Using cached fastapi_template-3.3.8-py3-none-any.whl (823 kB)
Collecting pydantic<2.0.0,>=1.8.2
  Using cached pydantic-1.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB)
Collecting cookiecutter<2.0.0,>=1.7.3
  Using cached cookiecutter-1.7.3-py2.py3-none-any.whl (34 kB)
Collecting prompt-toolkit<4.0.0,>=3.0.19
  Using cached prompt_toolkit-3.0.30-py3-none-any.whl (381 kB)
Collecting termcolor<2.0.0,>=1.1.0
  Using cached termcolor-1.1.0.tar.gz (3.9 kB)
  Preparing metadata (setup.py) ... done
Collecting pre-commit<3.0.0,>=2.14.0
  Downloading pre_commit-2.20.0-py2.py3-none-any.whl (199 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.5/199.5 kB 1.7 MB/s eta 0:00:00
Collecting binaryornot>=0.4.4
  Using cached binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
Requirement already satisfied: six>=1.10 in ./venv/lib/python3.9/site-packages (from cookiecutter<2.0.0,>=1.7.3->fastapi_template) (1.16.0)
Collecting python-slugify>=4.0.0
  Using cached python_slugify-6.1.2-py2.py3-none-any.whl (9.4 kB)
Collecting poyo>=0.5.0
  Using cached poyo-0.5.0-py2.py3-none-any.whl (10 kB)
Requirement already satisfied: requests>=2.23.0 in ./venv/lib/python3.9/site-packages (from cookiecutter<2.0.0,>=1.7.3->fastapi_template) (2.28.1)
Requirement already satisfied: click>=7.0 in ./venv/lib/python3.9/site-packages (from cookiecutter<2.0.0,>=1.7.3->fastapi_template) (8.1.3)
Collecting jinja2-time>=0.2.0
  Using cached jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
Collecting Jinja2<4.0.0,>=2.7
  Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting toml
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting virtualenv>=20.0.8
  Downloading virtualenv-20.16.3-py2.py3-none-any.whl (8.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 20.6 MB/s eta 0:00:00
Requirement already satisfied: pyyaml>=5.1 in ./venv/lib/python3.9/site-packages (from pre-commit<3.0.0,>=2.14.0->fastapi_template) (6.0)
Collecting nodeenv>=0.11.1
  Downloading nodeenv-1.7.0-py2.py3-none-any.whl (21 kB)
Collecting identify>=1.0.0
  Downloading identify-2.5.3-py2.py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 kB 29.6 MB/s eta 0:00:00
Collecting cfgv>=2.0.0
  Using cached cfgv-3.3.1-py2.py3-none-any.whl (7.3 kB)
Collecting wcwidth
  Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Requirement already satisfied: typing-extensions>=3.7.4.3 in ./venv/lib/python3.9/site-packages (from pydantic<2.0.0,>=1.8.2->fastapi_template) (4.3.0)
Collecting chardet>=3.0.2
  Using cached chardet-5.0.0-py3-none-any.whl (193 kB)
Collecting MarkupSafe>=2.0
  Using cached MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Collecting arrow
  Using cached arrow-1.2.2-py3-none-any.whl (64 kB)
Requirement already satisfied: setuptools in ./venv/lib/python3.9/site-packages (from nodeenv>=0.11.1->pre-commit<3.0.0,>=2.14.0->fastapi_template) (63.1.0)
Collecting text-unidecode>=1.3
  Using cached text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.9/site-packages (from requests>=2.23.0->cookiecutter<2.0.0,>=1.7.3->fastapi_template) (2022.6.15)
Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.9/site-packages (from requests>=2.23.0->cookiecutter<2.0.0,>=1.7.3->fastapi_template) (3.3)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./venv/lib/python3.9/site-packages (from requests>=2.23.0->cookiecutter<2.0.0,>=1.7.3->fastapi_template) (1.26.11)
Requirement already satisfied: charset-normalizer<3,>=2 in ./venv/lib/python3.9/site-packages (from requests>=2.23.0->cookiecutter<2.0.0,>=1.7.3->fastapi_template) (2.1.0)
Collecting distlib<1,>=0.3.5
  Downloading distlib-0.3.5-py2.py3-none-any.whl (466 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.0/467.0 kB 20.6 MB/s eta 0:00:00
Collecting platformdirs<3,>=2.4
  Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB)
Collecting filelock<4,>=3.4.1
  Downloading filelock-3.8.0-py3-none-any.whl (10 kB)
Requirement already satisfied: python-dateutil>=2.7.0 in ./venv/lib/python3.9/site-packages (from arrow->jinja2-time>=0.2.0->cookiecutter<2.0.0,>=1.7.3->fastapi_template) (2.8.2)
Building wheels for collected packages: termcolor
  Building wheel for termcolor (setup.py) ... done
  Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4832 sha256=c9074844373f7c3e782ef1764a625d6a145e885fa1a5f879ac8b7a6f6ad9d97e
  Stored in directory: /home/s3rius/.cache/pip/wheels/b6/0d/90/0d1bbd99855f99cb2f6c2e5ff96f8023fad8ec367695f7d72d
Successfully built termcolor
Installing collected packages: wcwidth, text-unidecode, termcolor, distlib, toml, python-slugify, pydantic, prompt-toolkit, poyo, platformdirs, nodeenv, MarkupSafe, identify, filelock, chardet, cfgv, virtualenv, Jinja2, binaryornot, arrow, pre-commit, jinja2-time, cookiecutter, fastapi_template
Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.1 arrow-1.2.2 binaryornot-0.4.4 cfgv-3.3.1 chardet-5.0.0 cookiecutter-1.7.3 distlib-0.3.5 fastapi_template-3.3.8 filelock-3.8.0 identify-2.5.3 jinja2-time-0.2.0 nodeenv-1.7.0 platformdirs-2.5.2 poyo-0.5.0 pre-commit-2.20.0 prompt-toolkit-3.0.30 pydantic-1.9.2 python-slugify-6.1.2 termcolor-1.1.0 text-unidecode-1.3 toml-0.10.2 virtualenv-20.16.3 wcwidth-0.2.5

[notice] A new release of pip available: 22.1.2 -> 22.2.2
[notice] To update, run: pip install --upgrade pip
s3rius commented 1 year ago

Closed due to inactivity.