Created
December 22, 2021 09:41
-
-
Save limsammy/c75ab2a8f6c886f88873aef2bcb47e6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "my-super-cool-app" | |
version = "4.5.3" | |
description = "SuperCoolCorp end-user interface to access project camera feeds, view and download static reports, and access Operational Dashboard" | |
authors = ["Sam Lim <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = ">=3.9,<3.11" | |
Django = "^3.2.9" | |
django-bootstrap4 = "^21.1" | |
django-bower = "^5.2.0" | |
django-crispy-forms = "^1.13.0" | |
django-extensions = "^3.1.5" | |
django-grappelli = "^2.15.3" | |
django-nested-admin = "^3.4.0" | |
dash = {path = "dash-2.0.0-fork/dist/dash-2.0.0.tar.gz"} | |
django-sass-processor = "^1.1" | |
boto3 = "^1.20.25" | |
humanize = "^3.13.1" | |
jedi = "^0.18.1" | |
psycopg2-binary = "^2.9.2" | |
pandas = "^1.3.5" | |
numpy = "^1.21.5" | |
pytz = "^2021.3" | |
python-dateutil = "^2.8.2" | |
requests = "^2.26.0" | |
selenium = "^4.1.0" | |
whitenoise = "^5.3.0" | |
watchtower = "^2.0.1" | |
[tool.poetry.dev-dependencies] | |
ipdb = "^0.13.9" | |
pytest = "^6.2.5" | |
python-dotenv = "^0.19.2" | |
black = "^21.12b0" | |
flake8 = "^4.0.1" | |
ipython = "^7.30.1" | |
colorlog = "^6.6.0" | |
django-debug-toolbar = "^3.2.4" | |
pytest-pythonpath = "^0.7.3" | |
pytest-django = "^4.5.2" | |
pytest-dotenv = "^0.5.2" | |
[build-system] | |
requires = ["poetry-core>=1.0.0"] | |
build-backend = "poetry.core.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment