-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Move to version 0.1.4 - Fix requirements.txt to have actual requirements - Move Github action to use 3.12 - Move logging setup into main() function so we actually get logging :) Install and run locally - `python3.12 -m venv --upgrade-deps /tmp/tg` - `/tmp/tg/bin/pip install -e .[test]` - `/tmp/tg/bin/black .` - `/tmp/tg/bin/godaddyip run --config_files=/etc/godaddyip.yml --tmp_folder /tmp/cooper_godaddyip` - See files in /tmp/cooper_godaddyip * Fix typo of adding extras back in --------- Co-authored-by: Cooper Ry Lees <me@wcooperlees.com>
- Loading branch information
1 parent
c93ea33
commit 4d620b7
Showing
4 changed files
with
35 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--index-url https://pypi.python.org/simple/ | ||
|
||
-e . | ||
requests==2.31.0 | ||
pyyaml==6.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters