jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
59 stars 7 forks source link

Get PyPy to work for fun #69

Closed jamespfennell closed 3 years ago

jamespfennell commented 4 years ago

Would be interesting to get a Transiter Docker image based on PyPy (currently only Python 3.6 is supported). I tried, and failed though there seemed to be a single problem and thus hope. What I needed to do:

What failed:

jamespfennell commented 4 years ago

For the dataclasses requirement, I see this in dataclasses-json's setup.py:

    install_requires=[
        'dataclasses;python_version=="3.6"',
jamespfennell commented 3 years ago

Won't fix