Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matoka02/fastapi
https://github.com/matoka02/fastapi
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/matoka02/fastapi
- Owner: matoka02
- Created: 2024-12-07T15:24:33.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-12-07T15:27:51.000Z (21 days ago)
- Last Synced: 2024-12-07T16:24:45.319Z (21 days ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gs-python
## Libraries:
1) lesson-010
``` python
pip install requests
```
2) lesson-011
``` python
pip install "fastapi[standard]"
pip install "uvicorn[standard]"
```
3) lesson-012
``` python
pip install sqlalchemy
pip install psycopg #
pip install python-dotenv
```
4) lesson-016
``` python
pip install PyJWT
pip install python-multipart
pip install "python-jose[cryptografy]"
pip install "passlib[bcrypt]"
```
5) lesson-017
``` python
pip install asyncpg
```
6) lesson-018
``` python
pip install pillow
```