Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matoka02/gs-python


https://github.com/matoka02/gs-python

fastapi python

Last synced: 1 day ago
JSON representation

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
```