-
Notifications
You must be signed in to change notification settings - Fork 5
/
Pipfile
67 lines (64 loc) · 1.65 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
easy-thumbnails = "*"
django-http-proxy = {editable = true, ref = "develop", git = "https://github.com/PetrDlouhy/django-http-proxy.git"}
python-memcached = "*"
psycopg2 = "==2.8.6"
django-colorful = "*"
django-mass-edit = "*"
"django-admin-sortable2" = "*"
django-contrib-comments = "*"
django-fluent-comments = "*"
django-picklefield = "*"
django-constance = "*"
django-author = "*"
django-webmap-corpus = {editable = true, ref = "master", git = "https://github.com/auto-mat/django-webmap-corpus.git"}
django-leaflet = "*"
django-import-export = "*"
raven = "*"
django-inline-static = "*"
django-cors-headers = "*"
gunicorn = "*"
newrelic = "*"
django-feedback = {editable = true, ref = "captcha", git = "https://github.com/auto-mat/django-feedback.git"}
lxml = "*"
freezegun = "*"
django-media-fixtures = "*"
django_compressor = "*"
WsgiUnproxy = "*"
django-bower = "*"
django = "<3.0"
django-simple-captcha = "*"
asgiref = "*"
django-dotenv = "*"
whitenoise = "*"
boto3 = "*"
django-ses = "*"
django-storages = "*"
django-oauth-toolkit = "*"
pygdal = "==3.2.2.10"
django-crontab = "*"
beautifulsoup4 = "*"
django-q = "*"
django-debug-toolbar = "*"
pillow = "==9.5.0"
[dev-packages]
pudb = "*"
coverage = "*"
coveralls = "*"
django-admin-smoke-tests = "*"
"flake8" = "*"
"flake8-blind-except" = "*"
"flake8-comprehensions" = "*"
"flake8-import-order" = "*"
"flake8-tidy-imports" = "*"
"flake8-builtins" = "*"
django_coverage_plugin = "*"
# "flake8_strict" = "*" removed, because is not installable with Black dependency
django-debug-toolbar = "*"
model-mommy = "*"
[requires]
python_version = "3.9"