-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathPipfile
More file actions
62 lines (59 loc) · 1.07 KB
/
Pipfile
File metadata and controls
62 lines (59 loc) · 1.07 KB
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
56
57
58
59
60
61
62
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
codecov = "*"
coverage = "*"
unittest-xml-reporting = "*"
flake8 = "*"
flake8-isort = "*"
isort = "*"
flake8-quotes = "*"
pytest = "*"
pytest-django = "*"
django-debug-toolbar = "*"
black = "==22.3.0"
[packages]
click = "==8.0.4"
django = ">=3.2"
psycopg2 = "*"
requests = "*"
twilio = "*"
phonenumbers = "*"
celery = "<5"
redis = ">=3.4.1"
sentry-sdk = "*"
dj-database-url = "*"
djangorestframework = "*"
unidecode = "*"
coreapi = "*"
django-filter = "*"
shortener = "*"
django-labs-accounts = "*"
"beautifulsoup4" = "*"
ipython = "*"
django-auto-prefetching = "*"
django-cors-headers = "*"
django-runtime-options = "*"
pyyaml = "*"
uritemplate = "*"
uwsgi = {version = "*", sys_platform = "== 'linux'"}
ddt = "*"
lark-parser = "*"
tqdm = "*"
"boto3" = "*"
nose = "*"
importlib-metadata = "*"
django-redis = "*"
jsonref = "*"
tblib = "*"
django-extensions = "*"
numpy = "*"
scikit-learn = "*"
pandas = "*"
python-dateutil = "*"
docutils = "*"
ortools = "*"
[requires]
python_full_version = "3.10"