remarkbox/requirements.txt
Russell Ballestrini acfbe52a65 Replace deprecated Stripe Sources API with Stripe Checkout
- Add stripe/checkout.py module for Stripe Checkout Sessions
- Add Payment model to track completed payments
- Update billing page with pay-what-you-want, annual, and top-up options
- Keep pay_what_you_can preferences, add Pay Now button for actual payment
- Add webhook handler for Stripe events
- Remove old card management code (deprecated Sources API)
- Update stripe requirement to >=5.0.0
2025-12-19 20:52:38 -05:00

75 lines
1.2 KiB
Text

# python 2 -> 3 compat.
six
# Pyramid.
plaster_pastedeploy
pyramid
pyramid_jinja2
pyramid_debugtoolbar
pyramid_retry
pyramid_tm
# python 2.
venusian==2.1.0
# python 2.
soupsieve==1.9.5
# Model.
SQLAlchemy==1.3.24
SQLAlchemy-Utils==0.36.3
transaction
zope.sqlalchemy
alembic
# PostgreSQL database connections.
# requires postgresql-devel on Fedora for `pg_config` binary.
psycopg2-binary
# Template renderer.
# python 3.
#jinja2
# python 2.
jinja2==2.11.1
# MarkDown is a popular and familair WYSIWYM markup language.
# python 2.
markdown==2.6.11
python-markdown-math
html5lib
BeautifulSoup4
# Bleach sanitizes MarkDown (removes HTML/Javascript) to prevent XSS.
bleach>=2.1.4
bleach-allowlist
# codehilite.
pygments
# Human readable time deltas.
ago
# light weight URI attribute parser.
miniuri
# Create URI slugs from titles.
python-slugify
# Future proof, computationally complex password hashes.
bcrypt
# reach out to verify public rb_owner_key.
requests[security]
# request library pins this dependency too low.
# idna==2.6
# Stripe Checkout payment processing.
stripe>=5.0.0
# slack: bot notifications.
slacker
# DKIM Signed Email from Python.
#dkimpy
# python 2.
dkimpy==1.0.2