diff options
author | 2018-09-16 23:30:28 +0200 | |
---|---|---|
committer | 2018-09-16 23:30:28 +0200 | |
commit | fe630ef0cfc1671a474120e94c642ea2e8bdae5e (patch) | |
tree | 1b136b9ae45b4b05f88b73c7997ae47e647e9d0c /pyproject.toml | |
parent | Re-add missing dependency. (diff) |
Fix up CI.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index d79bd458..00000000 --- a/pyproject.toml +++ /dev/null @@ -1,27 +0,0 @@ -[tool.poetry] -name = "pysite" -version = "0.1.0" -description = "Our community website, built on Django." -authors = ["Johannes Christ <[email protected]>"] -license = "MIT" - -[tool.poetry.dependencies] -python = "3.7" -django = "^2.1" -django-hosts = "^3.0" -django-environ = "^0.4.5" -psycopg2-binary = "^2.7" -djangorestframework = "^3.8" -djangorestframework-bulk = "^0.2.1" -gunicorn = "^19.9" - -[tool.poetry.dev-dependencies] -flake8 = "^3.5" -flake8-bugbear = "^18.8" -flake8-bandit = "^1.0" -flake8-import-order = "^0.18.0" -flake8-tidy-imports = "^1.1" -flake8-string-format = "^0.2.3" -coverage = "^4.5" -pep8-naming = "^0.7.0" -mccabe = "^0.6.1" |