Created
September 7, 2023 19:25
-
-
Save rjalexa/55fd29e22c8f8f0b47c2ace50764f699 to your computer and use it in GitHub Desktop.
pyproject.toml
This file contains hidden or 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
[tool.poetry] | |
name = "yyyyyyy" | |
version = "0.1.0" | |
description = "" | |
authors = ["xxxxxxxx"] | |
readme = "README.md" | |
packages = [{ include = "client", from = "src" }] | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
dash = "^2.9.2" | |
requests = "^2.28.2" | |
dash-bootstrap-components = "^1.4.1" | |
dash-cytoscape = "^0.3.0" | |
dash-renderjson = "^0.0.1" | |
networkx = "^3.1" | |
toml = "^0.10.2" | |
connexion = { extras = ["swagger-ui"], version = "^2.14.2" } | |
pymongo = "^4.3.3" | |
rdflib = "^7.0.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment