-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPipfile
37 lines (34 loc) · 873 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
crispy-bootstrap5 = "~=0.7"
django = "~=3.2.24"
django-axes = "~=6.3.0"
django-bootstrap-pagination = "~=1.7.1"
django-crispy-forms = "~=2.0"
django-extensions = "~=3.2.3"
gunicorn = "~=21.2.0"
ipython = "~=8.18.1"
mistune = "~=3.0.2"
psycopg2 = "~=2.9.9"
pygments = "~=2.17.2"
social-auth-app-django = "~=5.4.0"
whitenoise = "~=6.6.0"
[dev-packages]
autopep8 = "~=2.0.4"
black = "~=24.1.1"
coverage = "~=7.4.1"
django-stubs = "~=4.2.7"
flake8 = "~=7.0.0"
isort = "~=5.13.2"
mypy = "~=1.7.0"
pylint = "~=3.0.3"
pylint-django = "~=2.5.5"
pyyaml = "~=6.0"
typed-ast = "~=1.5.5" # Required by black, but Pipenv doesn't pull it in correctly on 3.8
types-Markdown = "~=3.4.2.10" # To avoid CI failures
types-bleach = "~=6.0.0.5" # To avoid CI failures
[requires]
python_version = "3.9"