-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
52 lines (49 loc) · 1.17 KB
/
pyproject.toml
File metadata and controls
52 lines (49 loc) · 1.17 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
[tool.poetry]
name = "pythonsensei"
version = "0.1.0"
description = "Python Sensei - 100 Days of Python"
authors = ["idabblewith <109533655+idabblewith@users.noreply.github.com>"]
license = "UNLICENSED"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
colorgram-py = "^1.2.0"
pyperclip = "^1.8.2"
requests = "^2.32.3"
twilio = "^9.1.0"
beautifulsoup4 = "^4.12.3"
spotipy = "^2.24.0"
selenium = "^4.21.0"
undetected-chromedriver = "^3.5.5"
scapy = "^2.5.0"
python-dotenv = "^1.0.1"
tabulate = "^0.9.0"
flask = "^3.0.3"
flask-wtf = "^1.2.1"
wtforms = "^3.1.2"
bootstrap-flask = "^2.4.0"
sqlalchemy = "^2.0.30"
flask-sqlalchemy = "^3.1.1"
flask-login = "^0.6.3"
flask-gravatar = "^0.5.0"
psycopg-binary = "^3.1.19"
matplotlib = "^3.9.0"
scipy = "^1.13.1"
scikit-learn = "^1.5.0"
seaborn = "^0.13.2"
statsmodels = "^0.14.2"
sounddevice = "^0.5.0"
flask-ckeditor = {extras = ["all"], version = "^1.0.0"}
pycryptodome = "^3.21.0"
pygame = "^2.6.1"
gtts = "^2.5.4"
plotly = "^6.0.0"
soundfile = "^0.13.1"
gunicorn = "^24.1.1"
lxml = "^6.0.2"
pandas = "^3.0.0"
pypdf = "^6.6.2"
yfinance = "^1.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"