Add podgrab featureset

This commit is contained in:
Cody Cook 2025-06-16 22:55:39 -07:00
commit 233dd5b5c0
33 changed files with 2315 additions and 125 deletions

View file

@ -1,26 +1,26 @@
# Core dependencies
Flask==3.1.1
SQLAlchemy==2.0.27
alembic==1.7.3
requests==2.32.4
beautifulsoup4==4.10.0
feedparser==6.0.8
python-dotenv==0.19.0
Flask>=3.1.1
SQLAlchemy>=2.0.27
alembic>=1.7.3
requests>=2.32.4
beautifulsoup4>=4.10.0
feedparser>=6.0.8
python-dotenv>=0.19.0
# Web interface
Flask-SQLAlchemy==3.1.0
Flask-WTF==0.15.1
Flask-Login==0.5.0
Flask-Migrate==3.1.0
Flask-SQLAlchemy>=3.1.0
Flask-WTF>=0.15.1
Flask-Login>=0.5.0
Flask-Migrate>=3.1.0
# API
Flask-RESTful==0.3.9
marshmallow==3.13.0
Flask-RESTful>=0.3.9
marshmallow>=3.13.0
# Testing
pytest==6.2.5
pytest-cov==2.12.1
pytest>=6.2.5
pytest-cov>=2.12.1
# Development
black==24.3.0
flake8==3.9.2
black>=24.3.0
flake8>=3.9.2