Skip to content

Commit

Permalink
build: surrealdb.py with pydantic v2
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorAndrei-Pythia committed Sep 11, 2023
1 parent 4ccb3c8 commit 9f814fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ warn:
@echo "Use make for development only!"

install: warn ## install dev venv
@python -m venv .venv_dev
@python3 -m venv .venv_dev
@$(BIN)pip install -e '.[dev]'

startdb: ## start the database
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ authors = [{ name = "Pythia Dev Team", email = "[email protected]" }]
description = "SurrealDB Query Interface"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["python-dotenv", "surrealdb>=0.3.0"]
dependencies = [
"python-dotenv",
"surrealdb @ git+https://github.com/M1N0RM1N3R/surrealdb.py.git",
]
license = { file = "LICENSE" }
[project.urls]
Source = "https://github.com/PythiaSocialTech/sirqle"
Expand Down

0 comments on commit 9f814fc

Please sign in to comment.