diff --git a/.tool-versions b/.tool-versions index 49dd7869..4318e86a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ python 3.12.5 -poetry 1.8.2 +poetry 1.8.3 diff --git a/.vscode/settings.json b/.vscode/settings.json index c867d289..6d1f461c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,6 +17,7 @@ "editor.formatOnSave": true, "cSpell.words": [ "Ackbar", + "addopts", "aiocache", "aiofiles", "aiohttp", @@ -25,6 +26,7 @@ "Aladin", "anyio", "asdict", + "autoflake", "autouse", "Baggins", "BUGSNAG", @@ -36,10 +38,13 @@ "cimg", "CIRCLECI", "Containerfile", + "coveragespace", "danmanners", + "dotenv", "Drakeposting", "Ducreux", "Earther", + "emojize", "exif", "Futurama", "getbbox", @@ -62,6 +67,7 @@ "htmlcov", "icanhas", "imgur", + "isort", "isupper", "jsonify", "Kalam", @@ -81,6 +87,7 @@ "mkdocs", "Mufasa", "myapikey", + "mypy", "NOOOOO", "Noto", "notosans", @@ -88,8 +95,11 @@ "Panik", "Philosoraptor", "Photoshop", + "pilmoji", "pluginmanager", "podman", + "pygments", + "pymdown", "pyproject", "PYTHONASYNCIODEBUG", "PYTHONUNBUFFERED", @@ -107,6 +117,7 @@ "spongemock", "Stroad", "Superlmer", + "testpaths", "textbbox", "textsize", "thiiiiiiiiiiiiiiiiiiiiis", @@ -116,6 +127,7 @@ "typeahead", "uvicorn", "verchew", + "watchmedo", "webp", "Wonka", "Zoidberg" diff --git a/app.json b/app.json index 58ee132a..5875de91 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,6 @@ { "addons": [], "buildpacks": [ - { - "url": "https://github.com/moneymeets/python-poetry-buildpack.git" - }, { "url": "heroku/python" }