Skip to content

Commit

Permalink
KIT-3396 added project files and edited requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsalamov committed Apr 30, 2024
1 parent 2b8c9c8 commit 3ab35db
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ dist/
venv
sag_py_web_common.egg-info
/lcov.info
poetry.lock
31 changes: 28 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.poetry]
name = "sag-py-web-common"
version = "0.1.2"
description = "Small helper functions for web projects"
authors = ["Samhammer AG"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "3.8"
asgi-logger = ">=0.1.0"
fastapi = ">=0.52.1"

[tool.poetry.group.dev.dependencies]
flake8 = "*"
mypy = "*"
build = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
coverage-lcov = "*"
toml = "*"
mock = "*"
types-mock = "*"

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ pytest
pytest-asyncio
pytest-cov
coverage-lcov
toml
mock
types-mock

0 comments on commit 3ab35db

Please sign in to comment.