[tool.poetry] name = "manuels-scolaires" version = "0.1.0" description = "" authors = ["Gabriel Augendre "] license = "MIT" [tool.poetry.dependencies] python = "^3.9" Django = "^3.2.4" django-bootstrap4 = "^3.0.1" gunicorn = "^20.1.0" psycopg2-binary = "^2.9.1" django-anymail = "^8.4" whitenoise = "^5.2.0" django-import-export = "^2.5.0" beautifulsoup4 = "^4.9.3" requests = "^2.25.1" django-environ-2 = "^2.1.0" [tool.poetry.dev-dependencies] django-debug-toolbar = "^3.2.1" django-dotenv = "^1.4.2" pre-commit = "^2.13.0" pytest = "^6.2.4" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.black] target-version = ['py38'] [tool.isort] profile = "black"