Skip to content

Commit

Permalink
altering deps libs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraeber committed Jan 16, 2025
1 parent 602a507 commit 9b565d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ jmespath==1.0.1
# botocore
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
markupsafe==2.1.3
# via
# jinja2
# seed-farmer (setup.py)
mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"urllib3~=1.26.17",
"certifi>=2024.7.4,<2024.9.0",
"packaging>=23.2,<25.0",
"markupsafe~=2.1.3"
],
entry_points={"console_scripts": ["seedfarmer = seedfarmer.__main__:main"]},
classifiers=[
Expand Down

0 comments on commit 9b565d5

Please sign in to comment.