Skip to content

Commit

Permalink
feat(update): setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Aug 22, 2024
1 parent 7c1530e commit e401b7a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true
click = "*"
coloredlogs = "*"
importlib-metadata = "*"
crunchy = {editable = true, path = "."}
setuptools = "*"

[dev-packages]
pytest = "*"
Expand Down
11 changes: 10 additions & 1 deletion Pipfile.lock

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

15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-i https://pypi.org/simple
click==8.1.3
coloredlogs==15.0.1
-e .
humanfriendly==10.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
importlib-metadata==5.0.0
zipp==3.9.0 ; python_version >= '3.7'
#-i https://pypi.org/simple
click==8.1.3; python_version >= '3.7'
coloredlogs==15.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
-e . ; python_full_version >= '3.9.0'
humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
importlib-metadata==5.0.0; python_version >= '3.7'
setuptools==73.0.1; python_version >= '3.8'
zipp==3.9.0; python_version >= '3.7'

0 comments on commit e401b7a

Please sign in to comment.