forked from OWASP-BLT/BLT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
61 lines (58 loc) · 1.22 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django_cron = "*"
django = "*"
dj-database-url = "*"
django-allauth = "*"
"beautifulsoup4" = "*"
colorthief = "*"
django-email-obfuscator = "*"
"django-gravatar2" = "*"
django-import-export = "*"
django-annoying = "*"
tweepy = "*"
unidecode = "*"
user-agents = "*"
whitenoise = "==5"
django-debug-toolbar = "*"
selenium = "*"
pylibmc = {version = "*",sys_platform = "!= 'win32'"}
"psycopg2-binary" = "*"
boto = "*"
django-cors-headers = "*"
protobuf = {version = "*",sys_platform = "!= 'win32'"}
django-storages = {extras = ["google"], version = "*"}
django-timedeltafield = "*"
easyprocess = "*"
"giturlparse.py" = "*"
gunicorn = "*"
oauthlib = "*"
parse = "*"
pillow = "*"
python-openid = "*"
pytesseract = "*"
pytz = "*"
pyvirtualdisplay = "*"
requests = {extras = ["security"]}
requests-oauthlib = "*"
rollbar = "*"
six = "*"
tablib = "*"
ua-parser = "*"
djangorestframework = "*"
django_filter = "*"
cffi = "*"
django-mdeditor = "*"
django-tz-detect = "*"
django-tellme = "*"
django-bootstrap-datepicker-plus = "*"
django-star-ratings = "*"
stripe = "*"
django-environ = "*"
django-humanize = "*"
[dev-packages]
[requires]
python_version = "3.8"