Skip to content

Commit

Permalink
_scripts: USe poetry to track dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantjr committed Jan 28, 2024
1 parent 876e592 commit 65e20a2
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 0 deletions.
109 changes: 109 additions & 0 deletions _scripts/poetry.lock

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

16 changes: 16 additions & 0 deletions _scripts/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[tool.poetry]
name = "fsl-cs-illinois-edu"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "fsl"}]

[tool.poetry.dependencies]
python = "^3.11"
pybtex = "^0.24.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 65e20a2

Please sign in to comment.