forked from OWASP-BLT/BLT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
71 lines (68 loc) · 1.66 KB
/
pyproject.toml
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
[tool.poetry]
name = "blt"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
license = "AGPLv3"
[tool.poetry.dependencies]
python = "3.10.6"
toml = "^0.10.2"
Django = "^4.0.5"
dj-database-url = "^1.0.0"
django-allauth = "^0.51.0"
beautifulsoup4 = "^4.10.0"
colorthief = "^0.2.1"
django-email-obfuscator = "^0.1.5"
django-gravatar2 = "^1.4.4"
django-import-export = "^2.7.1"
django-annoying = "^0.10.6"
django-rest-auth = "^0.9.5"
dj-rest-auth = "^2.2.4"
tweepy = "^4.8.0"
Unidecode = "^1.3.4"
user-agents = "^2.2.0"
whitenoise = "^6.0.0"
django-debug-toolbar = "^3.2.4"
selenium = "^4.1.3"
pylibmc = "^1.6.1"
psycopg2-binary = "^2.9.3"
boto = "^2.49.0"
django-cors-headers = "^3.11.0"
protobuf = "^3.20.0"
django-storages = {extras = ["google"], version = "^1.13.1"}
django-timedeltafield = "^0.7.10"
EasyProcess = "^1.1"
"giturlparse.py" = "^0.0.5"
gunicorn = "^20.1.0"
oauthlib = "^3.2.0"
parse = "^1.19.0"
Pillow = "^9.0.1"
python-openid = "^2.2.5"
pytesseract = "^0.3.9"
pytz = "^2021.3"
PyVirtualDisplay = "^3.0"
requests = "^2.27.1"
requests-oauthlib = "^1.3.1"
rollbar = "^0.16.2"
six = "^1.16.0"
tablib = "^3.2.0"
ua-parser = "^0.10.0"
djangorestframework = "^3.13.1"
cffi = "^1.15.0"
django-mdeditor = "^0.1.20"
django-tz-detect = "^0.4.0"
django-tellme = "^0.7.3"
django-bootstrap-datepicker-plus = "^4.0.0"
django-star-ratings = "^0.9.2"
stripe = "^3.3.0"
django-environ = "^0.9.0"
django-humanize = "^0.1.2"
drf-yasg = "^1.20.0"
django-simple-captcha = "^0.5.17"
django-filter = "^22.1"
webdriver-manager = "^3.8.2"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"