Skip to content

Commit

Permalink
Merge pull request #94 from joegasewicz/entity_type
Browse files Browse the repository at this point in the history
Only allows a single entity key to be defined fixes #93
  • Loading branch information
joegasewicz authored Nov 28, 2019
2 parents 8a27336 + 938d1f8 commit bbe6b0e
Show file tree
Hide file tree
Showing 15 changed files with 362 additions and 166 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ verify_ssl = true
pytest = "*"
twine = "*"
pyjwt = "*"
SQLAlchemy = "*"
Flask-SQLAlchemy = "*"

[packages]
flask = "*"
python-dateutil = "==2.8.0"
flask-jwt-router = {editable = true,path = "."}
pyjwt = "*"
pipenv = "*"
codecov = "*"

[requires]
python_version = "3.7"
171 changes: 87 additions & 84 deletions Pipfile.lock

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

Loading

0 comments on commit bbe6b0e

Please sign in to comment.