Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuttle1987/progressive-connexion
Progressive integration of connexion into a flask app
https://github.com/shuttle1987/progressive-connexion
Last synced: 14 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:34:08.000Z (about 2 years ago)
- Last Synced: 2024-11-17T13:49:57.599Z (3 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
```