-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
72 lines (70 loc) · 1.29 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[requires]
python_version = "3.11"
[dev-packages]
autoflake = "*"
bandit = "*"
black = "*"
django-debug-toolbar = "*"
django-extensions = "*"
djlint = "*"
flake8 = "*"
flake8-bugbear = "*"
ipyleaflet = "*"
ipython = "*"
ipython-sql = "*"
isort = "*"
jupyter = "*"
jupyter-client = "==7.3.2"
mypy = "*"
nbconvert = ">=6.0"
pre-commit = "*"
prettytable = "*"
pytest = "*"
pytest-django = "*"
pytest-cov = "*"
pytest-env = "*"
pytest-github-actions-annotate-failures = "*"
types-requests = "*"
types-setuptools = "*"
flake8-pyproject = "*"
click = "*"
ggshield = "*"
[packages]
boto3 = "*"
celery = "*"
colour = "*"
contextily = "*"
crispy-bootstrap5 = "*"
dj-static = "*"
django = "~=4.2"
django-app-parameter = "*"
django-cors-headers = "*"
django-crispy-forms = "*"
django-csp = "*"
django-environ = "*"
django-fancy-cache = "*"
django-filter = "*"
django-import-export = "*"
django-redis = "*"
django-simple-history = "*"
django-sri = "*"
django-storages = "*"
djangorestframework = "*"
djangorestframework-gis = "*"
docxtpl = "*"
geopandas = "*"
gunicorn = "*"
jenkspy = "*"
mapclassify = "*"
matplotlib = "*"
matplotlib-scalebar = "*"
numpy = "*"
openpyxl = "~=3.0"
pandas = "*"
psycopg2 = "~=2.9"
python-docx = "==0.8.11"
redis = "~=4.5"
sentry-sdk = "*"
setuptools = "*"
py7zr = "*"
dependency-injector = "*"