Skip to content

Commit

Permalink
poetry fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
MirS0bhan committed Jul 24, 2024
1 parent 79c3c70 commit 687aee9
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
96 changes: 48 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "foxlin"
version = "0.1.0"
version = "0.1.2"
description = "simple, fast memory-based DBMS"
authors = ["misano <me@MirSobhan.ir>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
python = ">=3.9,<3.11"
numpy = "^2.0.0"
orjson = "^3.10.6"
pydantic = "1.10.7"
Expand Down

0 comments on commit 687aee9

Please sign in to comment.