https://github.com/shuttle1987/progressive-connexion
Progressive integration of connexion into a flask app
https://github.com/shuttle1987/progressive-connexion
Last synced: 4 months ago
JSON representation
Progressive integration of connexion into a flask app
- Host: GitHub
- URL: https://github.com/shuttle1987/progressive-connexion
- Owner: shuttle1987
- License: agpl-3.0
- Created: 2019-01-28T03:39:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:34:08.000Z (over 2 years ago)
- Last Synced: 2025-01-18T09:13:12.462Z (6 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# progressive-connexion
Progressive integration of connexion into a flask app## Dependencies
There's a file called `main_requirements.txt` that was used to install the app initially.
The output of this has been frozen to `requirements.txt` via `pip freeze > requirements.txt`.If you do not mind the transitive dependencies being different install with:
```bash
pip install -r main_requirements.txt
```Otherwise install with
```bash
pip install -r requirements.txt
```