Skip to content

Instantly share code, notes, and snippets.

@djjudas21
Created June 9, 2020 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djjudas21/c239c36a51385f40f7b97baa751027a5 to your computer and use it in GitHub Desktop.
Save djjudas21/c239c36a51385f40f7b97baa751027a5 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "camerahub"
version = "0.0.0"
description = "App for cataloguing vintage cameras, lenses, films, negatives & prints"
authors = ["Jonathan Gazeley <camerahub@jonathangazeley.com>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://camerahub.info/"
repository = "https://github.com/djjudas21/camerahub"
packages = [
{ include = "camerahub" },
{ include = "schema" },
{ include = "help" },
]
include = [
"static",
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Intended Audience :: End Users/Desktop",
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Topic :: Database",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
]
[tool.poetry.dependencies]
python = "^3.6"
Django = "^2.2.13"
pytz = "*"
django-money = "^0.15"
django-choices = "^1.7.0"
django-favicon = "^0.1.3"
psycopg2-binary = { version = "^2.8", optional = true }
django-currentuser = "^0.5"
uWSGI = "^2.0.0"
django-getenv = "^1.3.2"
django-tables2 = "^2.1.1"
django-crispy-forms = "^1.9.0"
django-autosequence = "^0"
django-sendgrid-v5 = "^0"
django-registration = "^3.0"
django-fullurl = "^1"
django-filter = "^2.2"
awesome-slugify = "^1.6.5"
django-watson = "^1.5.5"
django-redis = "^4.11"
django-taggit = "^1"
poetry-version = "*"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
pylint-django = "^2.0.14"
[tool.poetry.extras]
pgsql = ["psycopg2-binary"]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment