-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
52 lines (47 loc) · 1.35 KB
/
pyproject.toml
File metadata and controls
52 lines (47 loc) · 1.35 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
47
48
49
50
51
52
[project]
name = "mavis-backend"
version = "0.0.1"
description = ""
authors = [
{name = "Omkar Wagholikar",email = "omkarrwagholikar@gmail.com"},
{name = "Shantanu Wable",email = "shantanuwable2003@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"cryptography (>=44.0.0,<45.0.0)",
"django (>=5.1.5,<6.0.0)",
"django-rest-framework (>=0.1.0,<0.2.0)",
"numpy (>=2.2.2,<3.0.0)",
"pywavelets (>=1.8.0,<2.0.0)",
"scipy (>=1.15.1,<2.0.0)",
"pillow (>=11.1.0,<12.0.0)",
"pyqrcode (>=1.2.1,<2.0.0)",
"piexif (>=1.1.3,<2.0.0)",
"opencv-python (>=4.11.0.86,<5.0.0.0)",
"pyzbar (>=0.1.9,<0.2.0)",
"python-dotenv (>=1.0.1,<2.0.0)",
"pypng (>=0.20220715.0,<0.20220716.0)",
"exif (>=1.6.1,<2.0.0)",
"pytz (>=2025.1,<2026.0)",
"asn1crypto (>=1.5.1,<2.0.0)",
"streamlit (>=1.43.2,<2.0.0)",
"reedsolo (>=1.7.0,<2.0.0)",
"boto3 (>=1.37.37,<2.0.0)",
"gradio (>=5.25.2,<6.0.0)",
"qreader (>=3.16,<4.0)",
"scikit-image (>=0.25.2,<0.26.0)",
]
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
black = "^25.1.0"
pre-commit = "^4.1.0"
ipykernel = "^6.29.5"
ipython = "^8.31.0"
requests = "^2.32.3"
[tool.poetry.group.test.dependencies]
pytest = "^8.3.4"