https://github.com/matoka02/gs-python
https://github.com/matoka02/gs-python
python
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matoka02/gs-python
- Owner: matoka02
- Created: 2024-11-05T16:22:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T15:59:50.000Z (7 months ago)
- Last Synced: 2024-12-27T13:14:24.325Z (6 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 396 KB
- 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
```