-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (37 loc) · 897 Bytes
/
pyproject.toml
File metadata and controls
37 lines (37 loc) · 897 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
[project]
name = "repl-nix-newsharvester"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4>=4.12.3",
"email-validator>=2.2.0",
"feedparser>=6.0.11",
"flask-socketio>=5.5.0",
"flask>=3.1.0",
"flask-sqlalchemy>=3.1.1",
"markupsafe>=3.0.2",
"numpy==1.24.3",
"psycopg2-binary>=2.9.10",
"python-telegram-bot>=21.9",
"requests>=2.32.3",
"schedule>=1.2.2",
"spacy==3.5.3",
"sqlalchemy>=2.0.36",
"telegram>=0.0.1",
"trafilatura>=2.0.0",
"tweepy>=4.14.0",
"urllib3>=2.3.0",
"python-socketio>=5.12.0",
"eventlet>=0.38.2",
"stripe>=11.4.1",
"flask-login>=0.6.3",
"werkzeug>=3.1.3",
"twilio>=9.4.4",
"pandas>=2.1.0",
"openai>=1.61.1",
"flask-wtf>=1.2.2",
"praw>=7.8.1",
"flask-compress>=1.17",
"flask-mail>=0.10.0",
]