Skip to content

Commit

Permalink
Merge pull request #84 from mts-ai/feature/upgrade-poetry
Browse files Browse the repository at this point in the history
Upgrade poetry config, disable package-mode since we're using hatchling
  • Loading branch information
mahenzon authored Apr 12, 2024
2 parents bb270ae + 3edc265 commit 6357285
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install poetry
run: |
python -m pip install --upgrade pip poetry pre-commit
python -m pip install --upgrade pip poetry==1.8.2 pre-commit
poetry config virtualenvs.create false --local
- name: Install dependencies
run: poetry install --all-extras
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install poetry
run: |
python -m pip install --upgrade pip poetry pre-commit
python -m pip install --upgrade pip poetry==1.8.2 pre-commit
poetry config virtualenvs.create false --local
- name: Install dependencies
run: poetry install --all-extras
Expand Down
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = "MIT"
authors = [
{ name = "Aleksey Nekrasov", email = "[email protected]" },
{ name = "Suren Khorenyan", email = "[email protected]" },
{ name = "German Bernadskiy", email = "[email protected]" },
]
keywords = [
"fastapi",
Expand Down Expand Up @@ -72,16 +73,7 @@ packages = [
]

[tool.poetry]
name = "fastapi-jsonapi"
version = "2.6.0"
description = "FastAPI extension to create REST web api according to JSON:API specification"
authors = [
"Aleksei Nekrasov <[email protected]>",
"Suren Khorenyan <[email protected]>",
"German Bernadskiy <[email protected]>",
]
license = "MIT"
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 6357285

Please sign in to comment.