Compare commits

...

2 Commits

Author SHA1 Message Date
Josha Inglis
83a4523419
Merge 4b7b75e581 into da6671acae 2024-05-14 11:28:07 +10:00
Josha Inglis
4b7b75e581
bump schemainspect 2024-05-14 11:21:52 +10:00
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -602,8 +602,8 @@ sqlalchemy = "*"
[package.source] [package.source]
type = "git" type = "git"
url = "https://github.com/joshainglis/schemainspect.git" url = "https://github.com/joshainglis/schemainspect.git"
reference = "79b3fbdb9c22252574578e8f83dcb7f85ebaf69a" reference = "eeda5c18d26fce006a826cfe63f8683b4490a321"
resolved_reference = "79b3fbdb9c22252574578e8f83dcb7f85ebaf69a" resolved_reference = "eeda5c18d26fce006a826cfe63f8683b4490a321"
[[package]] [[package]]
name = "six" name = "six"
@ -750,4 +750,4 @@ pg = ["psycopg2-binary"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8,<4" python-versions = ">=3.8,<4"
content-hash = "6faf6d93767136e00153680e6bad588403a1d6c82cfdf50b59897e2c7f42f4b4" content-hash = "a8b2e2da8d40ad1e81a156948e156b85f3263bf8af167f9065d4aa5c6c887400"

View File

@ -14,7 +14,7 @@ python = ">=3.8,<4"
sqlbag = "*" sqlbag = "*"
six = "*" six = "*"
#schemainspect = { path = "../schemainspect", develop = true } #schemainspect = { path = "../schemainspect", develop = true }
schemainspect = { git = "https://github.com/joshainglis/schemainspect.git", rev = "79b3fbdb9c22252574578e8f83dcb7f85ebaf69a" } schemainspect = { git = "https://github.com/joshainglis/schemainspect.git", rev = "eeda5c18d26fce006a826cfe63f8683b4490a321" }
psycopg2-binary = { version="*", optional = true } psycopg2-binary = { version="*", optional = true }
networkx = "^3.1" networkx = "^3.1"