generated from mugalan/moodle-api-python-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (33 loc) · 850 Bytes
/
pyproject.toml
File metadata and controls
37 lines (33 loc) · 850 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
35
36
37
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "google-api-python-wrapper"
version = "0.1.0"
description = ""
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.9"
authors = [
{ name = "Mugalan", email = "mugalan@gmail.com" }
]
dependencies = [
"numpy>=1.21",
"pandas>=1.5",
"requests>=2.28",
"urllib3>=1.26",
"SQLAlchemy>=1.4",
"mysql-connector-python>=8.0",
"pytz>=2021.1",
"scikit-learn>=1.1",
"networkx>=2.6",
"pytube>=12",
"xmltodict>=0.12"
]
# Make Plotly optional (install with: pip install 'google-api-python-wrapper[plotting]')
[project.optional-dependencies]
plotting = ["plotly>=5.0"]
[project.urls]
Repository = "https://github.com/mugalan/google-api-python-wrapper"
[tool.setuptools]
packages = ["google_api_python_wrapper"]