forked from sunscrapers/djoser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
42 lines (38 loc) · 816 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
djet = "==0.2.2"
coverage = "==4.5.3"
pytest = "==5.0.1"
pytest-cov = "==2.7.1"
pytest-django = "==3.5.1"
twine = "*"
wheel = "*"
Sphinx = "*"
sphinx-rtd-theme = "*"
ipython = "*"
ipdb = "*"
black = "==19.3b0"
pre-commit = "*"
pytest-pythonpath = "==0.7.3"
tox = "*"
django-templated-mail = "==1.1.1"
djangorestframework-simplejwt = "==4.3.0"
social-auth-app-django = "==3.1.0"
coreapi = "*"
docutils = "==0.15"
codacy-coverage = "*"
[packages]
djangorestframework = "*"
Django = "*"
django-templated-mail = "*"
coreapi = "*"
djangorestframework-simplejwt = "*"
docutils = "==0.15"
wheel = "*"
[dev-packages.isort]
extras = [ "pyproject",]
[dev-packages.be19849]
path = "/home/minder/projekty/sunscrapers/djoser"
editable = true