File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,6 @@ with Session(engine) as session:
126
126
* [ filedepot: ] ( https://github.com/amol-/depot ) When I was looking for a library like this, depot was the
127
127
best I saw. This project inspired ** SQLAlchemy-file** extensively
128
128
and some features are implemented the same.
129
- * [ sqlalchemy-media] ( https://github.com/pylover/sqlalchemy-media ) Another attachment extension for SqlAlchemy
129
+ * [ sqlalchemy-media: ] ( https://github.com/pylover/sqlalchemy-media ) Another attachment extension for SqlAlchemy
130
130
to manage assets which are associated with database models
131
131
Original file line number Diff line number Diff line change @@ -125,5 +125,5 @@ with Session(engine) as session:
125
125
* [ filedepot: ] ( https://github.com/amol-/depot ) When I was looking for a library like this, depot was the
126
126
best I saw. This project inspired ** SQLAlchemy-file** extensively
127
127
and some features are implemented the same.
128
- * [ sqlalchemy-media] ( https://github.com/pylover/sqlalchemy-media ) Another attachment extension for SqlAlchemy
128
+ * [ sqlalchemy-media: ] ( https://github.com/pylover/sqlalchemy-media ) Another attachment extension for SqlAlchemy
129
129
to manage assets which are associated with database models
Original file line number Diff line number Diff line change 67
67
68
68
69
69
extra :
70
+ analytics :
71
+ provider : google
72
+ property : G-6GVDGPXNYF
70
73
social :
71
74
- icon : fontawesome/brands/github
72
75
link : https://github.com/jowilf
Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ apache-libcloud = "^3.6.0"
33
33
34
34
[tool .poetry .dev-dependencies ]
35
35
pytest = " ^7.1.2"
36
- sqlmodel = " ^0.0.6 "
36
+ sqlmodel = " ^0.0.8 "
37
37
Pillow = " ^9.2.0"
38
38
fasteners = " ^0.17.3"
39
39
black = " ^22.6.0"
40
40
coverage = { extras = [" toml" ], version = " ^6.4.2" }
41
41
flake8 = " ^3.9.2"
42
42
mypy = " ^0.971"
43
43
isort = " ^5.10.1"
44
- mkdocs-material = " ^8.2.7 "
44
+ mkdocs-material = " ^8.4.3 "
45
45
PyMySQL = { extras = [" rsa" ], version = " ^1.0.2" }
46
46
psycopg2-binary = " ^2.9.3"
47
47
mkdocstrings = { extras = [" python" ], version = " ^0.19.0" }
48
- fastapi = " ^0.79 .0"
48
+ fastapi = " ^0.82 .0"
49
49
uvicorn = " ^0.18.2"
50
50
python-multipart = " ^0.0.5"
51
51
Flask = " ^2.2.2"
You can’t perform that action at this time.
0 commit comments