Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky committed Mar 2, 2019
0 parents commit 8429fb3
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.py[cod]
__pycache__
.vscode
*.egg-info
.coverage
.coverage.*
.mypy_cache
dist
Empty file added README.md
Empty file.
Empty file.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "drf-action-permissions"
version = "0.1.0"
description = "Flexible action level permissions for Django REST framework"
authors = ["Andrey Bogoyavlensky <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.6"

[tool.poetry.dev-dependencies]
pytest = "^3.0"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Empty file added tests/__init__.py
Empty file.
Empty file.

0 comments on commit 8429fb3

Please sign in to comment.