-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chg: [documentation] Added information related to the storage and upd…
…ated pyproject.toml.
- Loading branch information
1 parent
8ea62ee
commit 14f0310
Showing
3 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,25 @@ description = "Report Storage and Tracking of Observations and Records Efficient | |
authors = ["Cédric Bonhomme <[email protected]>"] | ||
license = "AGPL-3.0-or-later" | ||
readme = "README.md" | ||
homepage = "https://github.com/scandale-project/RSTORE" | ||
repository = "https://github.com/scandale-project/RSTORE" | ||
documentation = "https://rstore.readthedocs.io" | ||
|
||
keywords = ["observations", "evidences", "kvrocks", "api"] | ||
|
||
classifiers = [ | ||
"Environment :: Console", | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Science/Research", | ||
"Topic :: Security", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Framework :: FastAPI", | ||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)" | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
|
@@ -13,11 +32,12 @@ fastapi = "^0.111.1" | |
valkey = "^6.0.0b1" | ||
uvicorn = "^0.30.4" | ||
|
||
|
||
[tool.poetry.group.dev.dependencies] | ||
mypy = "^1.11.1" | ||
flake8 = "^7.1.0" | ||
|
||
[tool.poetry.group.docs] | ||
optional = true | ||
|
||
[tool.poetry.group.docs.dependencies] | ||
sphinx = "^8.0.2" | ||
|
@@ -50,4 +70,4 @@ exclude = "build|dist|docs" | |
|
||
|
||
[tool.isort] | ||
profile = "black" | ||
profile = "black" |