# Code Assistant Bot Requirements
# Author: RSK World (https://rskworld.in)
# Founder: Molla Samser
# Designer & Tester: Rima Khatun
# Contact: help@rskworld.in, +91 93305 39277
# Year: 2026

# Web Framework
Flask==2.3.3
Flask-CORS==4.0.0

# OpenAI API
openai>=1.0.0

# HTTP Requests
requests==2.31.0

# Data Processing
numpy==1.24.3
pandas==2.0.3

# Code Analysis
astroid==2.15.6
pylint==2.17.5

# Security
cryptography==41.0.4

# Environment Variables
python-dotenv==1.0.0

# Logging
colorlog==6.7.0

# Development Tools
pytest==7.4.2
pytest-flask==1.2.0
black==23.7.0
flake8==6.0.0

# Optional: For enhanced code analysis
jedi==0.19.0
rope==1.9.0

# Optional: For better syntax highlighting
Pygments==2.16.1

# Advanced Features Dependencies
gunicorn==21.2.0
psutil==5.9.5
memory-profiler==0.61.0
