-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_pythonanywhere_fixed.txt
More file actions
66 lines (47 loc) · 1.04 KB
/
requirements_pythonanywhere_fixed.txt
File metadata and controls
66 lines (47 loc) · 1.04 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# AI Tweet Bot - PythonAnywhere Requirements (Fixed)
# Optimized for PythonAnywhere Python 3.10
# Core Flask Framework
Flask==2.2.5
Werkzeug==2.2.3
# Environment and Configuration
python-dotenv==1.0.0
# HTTP Requests and Web Scraping
requests==2.31.0
beautifulsoup4==4.12.2
lxml==4.9.3
# Twitter API
tweepy==4.14.0
# Google AI (Gemini)
google-generativeai==0.3.2
# OpenAI and AI APIs
openai==1.3.5
# Web Scraping (Lightweight alternatives)
requests-html==0.10.0
# RSS Feed Parsing
feedparser==6.0.10
# Telegram Bot (Optional)
python-telegram-bot==20.7
# Scheduling and Background Tasks
schedule==1.2.0
APScheduler==3.10.4
# Data Processing (Lighter versions)
pandas==1.5.3
numpy==1.24.4
# Image Processing
Pillow==10.1.0
# JSON and Data Handling
jsonschema==4.19.2
# Date and Time Handling
python-dateutil==2.8.2
pytz==2023.3
# URL and Text Processing
urllib3==2.0.7
charset-normalizer==3.3.2
# Security and Hashing
cryptography==41.0.7
# File Handling
pathlib2==2.3.7
# Logging and Monitoring
colorlog==6.8.0
# Email handling
secure-smtplib==0.1.1