-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
85 lines (80 loc) · 1.75 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[tool.poetry]
name = "caps"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.9"
pdftotext = "^2.2.2"
psycopg2 = "^2.9.9"
asgiref = "^3.3.2"
beautifulsoup4 = "^4.9.3"
certifi = "^2024.7.4"
chardet = "^3.0.4"
csscompressor = "^0.9.4"
defusedxml = "^0.6.0"
diff-match-patch = "^20200713"
django = "^4.2.16"
django-autoslug = "^1.9.7"
django-bootstrap4 = "^24.1"
django-bootstrap5 = "^23.3"
django-filter = "^2.4.0"
django-haystack = "^3.0"
django-htmlmin = "^0.11.0"
django-import-export = "^2.0.2"
django-markitup = "^4.0.0"
djangorestframework = "^3.15.2"
django-simple-history = "^3.0.0"
django-debug-toolbar = "^3.2.2"
et-xmlfile = "^1.0.1"
future-fstrings = "^1.2.0"
gunicorn = "^22.0.0"
html5lib = "^1.1"
idna = "^3.7"
jdcal = "^1.4.1"
libsass = "^0.22.0"
Markdown = "^3.4.1"
MarkupPy = "^1.14"
numpy = "^1.22.0"
odfpy = "^1.4.1"
olefile = "^0.44"
openpyxl = "^3.0.9"
pandas = "^1.3.5"
Pillow = "^10.2.0"
pysolr = "^3.9.0"
python-dateutil = "^2.8.1"
python-slugify = "^4.0.1"
pytz = "^2020.1"
PyYAML = "^5.4.1"
requests = "^2.32.2"
requests-cache = "^0.5.2"
six = "^1.10.0"
soupsieve = "^2.0.1"
sqlparse = "^0.5.0"
tablib = "^2.0.0"
text-unidecode = "^1.3"
tokenize-rt = "^3.2.0"
urllib3 = "^1.26.19"
webencodings = "^0.5.1"
xlrd = "^1.2.0"
xlwt = "^1.3.0"
cryptography = "^43.0.1"
altair = "^5.1.1"
mysoc-dataset = "^0.2.1"
tqdm = "^4.66.3"
feedparser = "^6.0.11"
django-hosts = "^6.0"
mailchimp-marketing = {git = "https://github.com/mailchimp/mailchimp-marketing-python.git"}
django-libsass = "^0.9"
[tool.poetry.group.dev.dependencies]
pylint = "^3.1.0"
black = "^24.8.0"
shot-scraper = "^1.4"
[tool.black]
exclude = '''/(
migrations
)/'''
[tool.ruff]
exclude = ['migrations']
[tool.isort]
profile = "black"