Warning, /swf-common-lib/pyproject.toml is written in an unsupported language. File is not indexed.
0001 [build-system]
0002 requires = ["setuptools>=61.0"]
0003 build-backend = "setuptools.build_meta"
0004
0005 [project]
0006 name = "swf-common-lib"
0007 version = "0.0.10"
0008 description = "A common library for SWF components."
0009 readme = "README.md"
0010 requires-python = ">=3.9"
0011 dependencies = [
0012 "python-json-logger",
0013 "psycopg2-binary",
0014 "requests"
0015 ]
0016
0017 [project.urls]
0018 "Repository" = "https://github.com/bnlnpps/swf-common-lib"
0019
0020 [tool.setuptools.packages.find]
0021 where = ["src"]
0022
0023 [[tool.mypy.overrides]]
0024 module = "stomp.*"
0025 ignore_missing_imports = true