forked from TampereHacklab/mulysa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
55 lines (51 loc) · 1.13 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pep8 = "*"
flake8 = "*"
pylint = "*"
ipython = "*"
autopep8 = "*"
coverage = "*"
tox = "*"
isort = "*"
rope = "*"
coveralls = "*"
black = "*"
werkzeug = "*"
[packages]
django = "==4.2.*"
djangorestframework = "*"
dj-rest-auth = "*"
django-allauth = "*"
django-extensions = "*"
coreapi = "*"
django-log-request-id = "*"
django-filter = "*"
djangorestframework-filters = "==1.0.0.dev2"
mysqlclient = "*"
drf-api-tracking = "*"
phonenumbers = "*"
gunicorn = "*"
django-bootstrap4 = "*"
django-autoslug = "*"
django-mailer = "*"
openpyxl = "*"
markdown = "*"
django-admin-rangefilter = "*"
django-oauth-toolkit = ">=1.5.0"
dateparser = "*"
nordigen = "*"
django-constance = {extras = ["database"], version = "*"}
[requires]
python_version = "3.9"
[pipenv]
#
# prereleases are allowed because of django-rest-framework-filters
# this should be removed as soon as:
# 1.0.0 is released https://github.com/philipn/django-rest-framework-filters
# or pipenv starts supporting prereleases for one package (https://github.com/pypa/pipenv/pull/4607)
#
allow_prereleases = true