I have a python 3.7.6. Heroku only allows python-3.9.16 , python-3.10.11 , and python-3.11.3 . How can I create a requirements.txt without updating my python version?
I need the compatible versions of:
- certifi
- click
- dataclass
- Flask
- Flask-SQLAlchemy
- greenlet
- gunicorn
- importlib-metadata
- itsdangerous
- Jinja2
- MarkSafe
- SQLAlchemy
- typingextensions
- Werkzueg
- zipp