Skip to content

Commit

Permalink
manual
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Mar 13, 2024
1 parent eca5cbb commit b8f1bc3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name = "pypi"

[packages]
gitcommitlogger = "*"
requests = "*"
pytz = "*"
python-dateutil = "*"

[dev-packages]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Pipfile.lock

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

4 changes: 4 additions & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-i https://pypi.org/simple
gitcommitlogger==1.2.4; python_version >= '3.7'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'

0 comments on commit b8f1bc3

Please sign in to comment.