Skip to content

Instantly share code, notes, and snippets.

@rjalexa
Created September 7, 2023 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjalexa/55fd29e22c8f8f0b47c2ace50764f699 to your computer and use it in GitHub Desktop.
Save rjalexa/55fd29e22c8f8f0b47c2ace50764f699 to your computer and use it in GitHub Desktop.
pyproject.toml
[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