-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
46 lines (42 loc) · 778 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
43
44
45
46
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
flake8 = "*"
coverage = "*"
ipython = "*"
black = "*"
mypy = "*"
ipdb = "*"
isort = "*"
django-debug-toolbar = "*"
pre-commit = "*"
django-stubs = {extras = ["compatible-mypy"], version = "*"}
litecli = "*"
django-browser-reload = "*"
[requires]
python_version = "3.11"
[packages]
gunicorn = "*"
django = "*"
unidecode = "*"
listparser = "*"
django-environ = "*"
beautifulsoup4 = "*"
bleach = "*"
httpx = "*"
django-allauth = "*"
pillow = "*"
lxml = "*"
uvicorn = "*"
python-dateutil = "*"
boto3 = "*"
django-storages = "*"
rich = "*"
setuptools = "*"
django-celery-results = "*"
django-celery-beat = "*"
celery = {extras = ["redis"], version = "*"}
[pipenv]
allow_prereleases = true