Skip to content

Commit

Permalink
fix: change surreal db source
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorAndrei-Pythia committed Nov 9, 2023
1 parent 099e8ce commit 5125762
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"python-dotenv",
"surrealdb",
"pydantic>=2.4.2",
"surrealdb @ git+https://github.com/TudorAndrei-Pythia/surrealdb.py",
]
license = { file = "LICENSE" }

Expand Down
11 changes: 2 additions & 9 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,17 @@
# all-features: false

-e file:.
aiohttp==3.8.6
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.0.0
async-timeout==4.0.3
attrs==23.1.0
certifi==2023.7.22
charset-normalizer==3.3.2
frozenlist==1.4.0
h11==0.14.0
httpcore==1.0.1
httpx==0.25.1
idna==3.4
multidict==6.0.4
pydantic==2.4.2
pydantic-core==2.10.1
python-dotenv==1.0.0
sniffio==1.3.0
surrealdb==0.2.0
surrealdb @ git+https://github.com/TudorAndrei-Pythia/surrealdb.py
typing-extensions==4.8.0
yarl==1.9.2
websockets==10.4
11 changes: 2 additions & 9 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,17 @@
# all-features: false

-e file:.
aiohttp==3.8.6
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.0.0
async-timeout==4.0.3
attrs==23.1.0
certifi==2023.7.22
charset-normalizer==3.3.2
frozenlist==1.4.0
h11==0.14.0
httpcore==1.0.1
httpx==0.25.1
idna==3.4
multidict==6.0.4
pydantic==2.4.2
pydantic-core==2.10.1
python-dotenv==1.0.0
sniffio==1.3.0
surrealdb==0.2.0
surrealdb @ git+https://github.com/TudorAndrei-Pythia/surrealdb.py
typing-extensions==4.8.0
yarl==1.9.2
websockets==10.4

0 comments on commit 5125762

Please sign in to comment.