-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
64 lines (63 loc) · 1.19 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
[tool.poetry]
name = "django-lxp"
version = "0.1.0"
description = ""
authors = ["Davy39"]
[tool.poetry.dependencies]
python = "^3.9"
asgiref = "*"
beautifulsoup4 = "*"
boto3 = "*"
botocore = "*"
certifi = "*"
cffi = "*"
charset-normalizer = "*"
cssselect2 = "*"
dj-database-url = "*"
django-address = "*"
django-autocomplete-light = "*"
django-bootstrap4 = "*"
django-brotli = "*"
django-crispy-forms = "1.14.0"
django-filter = "*"
django-formtools = "*"
django-leaflet = "*"
django-multiselectfield = "*"
django-phonenumber-field = {version = "*", extras = ["phonenumberslite"]}
django-ranged-response = "*"
django-simple-captcha = "*"
django-storages = "*"
django-tables2 = "*"
docopt = "*"
fonttools = "*"
gunicorn = "*"
html5lib = "*"
idna = "*"
jmespath = "*"
phonenumberslite = "*"
pipreqs = "*"
psycopg2 = "*"
pycparser = "*"
pydyf = "*"
pyphen = "*"
python-dateutil = "*"
python-dotenv = "*"
requests = "*"
s3transfer = "*"
six = "*"
soupsieve = "*"
sqlparse = "*"
tinycss2 = "*"
urllib3 = "*"
webencodings = "*"
whitenoise = "*"
yarg = "*"
zopfli = "*"
Brotli = "*"
Django = "*"
Pillow = "*"
mysqlclient = "*"
cx-oracle = "^8.3.0"
crispy-bulma = "*"
django-ajax-datatable = "^4.4.5"
selenium = "^4.8.2"