-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (46 loc) · 1.04 KB
/
pyproject.toml
File metadata and controls
46 lines (46 loc) · 1.04 KB
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
[project]
name = "pycan-web"
version = "1.0.0"
description = "Python Canarias Web Site"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"black>=26.1.0",
"colorama==0.4.4",
"django==3.2.25",
"django-colorfield==0.1.15",
"django-debug-toolbar>=4.3.0",
"django-extensions==3.1.0",
"django-import-export==2.7.1",
"django-leaflet==0.31.0",
"django-redis==5.4.0",
"django-rq==3.1",
"flake8>=7.3.0",
"ipython>=9.10.0",
"markdown2==2.4.0",
"markuppy==1.14",
"odfpy==1.4.1",
"openpyxl==3.0.3",
"pillow==11.1.0",
"prettyconf==2.1.0",
"psycopg2-binary==2.9.9",
"pydotplus>=2.0.2",
"pyqrcode==1.2.1",
"pytest>=9.0.2",
"pytest-django>=4.12.0",
"pytest-sugar>=1.1.1",
"pyyaml==6.0.2",
"qr==0.6.0",
"redis==6.4.0",
"reportlab==4.2.2",
"rope>=1.14.0",
"rq==2.4.1",
"sendgrid==5.6.0",
"stripe==10.6.0",
"tabulate==0.8.9",
"tweepy==3.10.0",
"uwsgi==2.0.26",
"werkzeug==1.0.1",
"xlrd==1.2.0",
"xlwt==1.3.0",
]