-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (34 loc) · 763 Bytes
/
pyproject.toml
File metadata and controls
34 lines (34 loc) · 763 Bytes
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
[project]
name = "08-python-scripts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"delta-spark>=4.2.0",
"google>=3.0.0",
"googlemaps>=4.10.0",
"ipykernel>=7.2.0",
"jupytext>=1.19.1",
"nbconvert>=7.17.1",
"nltk>=3.9.4",
"numpy>=2.4.4",
"openai>=2.31.0",
"openpyxl>=3.1.5",
"pandas>=3.0.2",
"pip>=26.0.1",
"plotly>=6.7.0",
"polars>=1.39.3",
"pyqrcode>=1.2.1",
"pyscreenrec>=0.5",
"pyspark>=4.1.1",
"python-dotenv>=1.2.2",
"rapidfuzz>=3.14.5",
"rembg>=2.0.75",
"selenium>=4.43.0",
"streamlit>=1.56.0",
"tabula-py>=2.10.0",
"textblob>=0.20.0",
"tqdm>=4.67.3",
"xlsxwriter>=3.2.9",
]