Skip to content

Commit

Permalink
fix: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
escaped committed Feb 19, 2021
1 parent 0830f3e commit 5bc9530
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 36 deletions.
30 changes: 18 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules",
]

Expand All @@ -33,12 +34,15 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.6.1, <4.0"
django-appconf = "^1.0"

django = ">=2.2"

django-appconf = "^1.0"
pillow = ">=5.0"

[tool.poetry.dev-dependencies]
autoflake = "^1.4"
better-exceptions = "^0.3.2"
black = "^20.8b1"
flake8 = "^3.8.3"
flake8-bugbear = "^20.11.1"
Expand Down
23 changes: 0 additions & 23 deletions pyproject.toml.rej

This file was deleted.

0 comments on commit 5bc9530

Please sign in to comment.