Skip to content

Commit c4755a9

Browse files
committed
feat: adicione django-rest-multiple-models
1 parent 3f1d172 commit c4755a9

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Pipfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ python = ">=3.7.2"
99
[dev-packages]
1010
Werkzeug = "~=0.14.1"
1111
autopep8 = "~=1.4.3"
12-
pylint = ">=2.3"
1312
pdir2 = "*"
1413
rope = "*"
15-
pylint-django = "*"
1614
requests-mock = "*"
1715
gitchangelog = "*"
1816
gevent = "*"
@@ -27,6 +25,9 @@ pytest-mock = "*"
2725
pytest-antilru = "*"
2826
ipython = "*"
2927
pip-licenses = "*"
28+
pylint = "*"
29+
pylint-django = "*"
30+
3031

3132
[packages]
3233
dj-database-url = "~=0.5.0"
@@ -61,8 +62,9 @@ django-tags-input = "~=4.4.2"
6162
greenlet = "~=0.4.15"
6263
celery= "~=4.2.2"
6364
redis = "~=3.2.1"
64-
pdfkit = {ref = "master",git = "https://github.com/JazzCore/python-pdfkit.git",editable = true}
65+
pdfkit = {editable = true,git = "https://github.com/JazzCore/python-pdfkit.git",ref = "master"}
6566
favicon = "*"
6667
django-hashid-field = "*"
6768
python-magic-bin = {version = "*",sys_platform = "== 'win32'"}
6869
django-currentuser = "==0.3.4"
70+
django-rest-multiple-models = "*"

Pipfile.lock

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)