You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# typeguard is removed as being a dependency since it causes problems with pyinstaller and nuitka -- add it manually if you prefer to use it or if you want to run tests
# typeguard = "4.1.5"
joblib = "1.4.2"
[tool.poetry.dev-dependencies]
poethepoet = "0.26.1"
pytest = "7.4.2"
pytest-cov = "4.1.0"
mypy = "1.5.1"
mypy-extensions = "1.0.0"
types-requests = "2.32.0.*"
pandas-stubs = "2.0.3.*"
pylint = "2.17.7"
black = "24.4.2"
[tool.poe.tasks]
test_typing = "poetry run mypy src/tradelocker --strict"