• Stefy Lanza (nextime / spora )'s avatar
    Fix webapp.py for Python 3.13+ compatibility · 2bdf2e8a
    Stefy Lanza (nextime / spora ) authored
    - Remove deprecated eventlet dependency
    - Use threading mode for Flask-SocketIO instead of eventlet
    - eventlet is deprecated and has compatibility issues with Python 3.13
    - Threading mode works reliably on all Python versions
    
    This fixes the RuntimeError: Working outside of application context
    errors when running webapp.py on Python 3.13.
    2bdf2e8a
This project manages its dependencies using pip. Learn more
requirements.txt 5.25 KB