Skip to content

Instantly share code, notes, and snippets.

View chimaerase's full-sized avatar

Mark Forrer chimaerase

  • Agile BioFoundry
  • Emeryville, CA
View GitHub Profile
@chimaerase
chimaerase / pyproject.toml
Last active August 24, 2022 17:51
Extra dependencies (setuptools) removed during install
[tool.poetry]
name = "poetry-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "poetry_test"}]
[tool.poetry.dependencies]
python = "^3.10"