-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbe5665
commit 97e32be
Showing
7 changed files
with
45 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,18 @@ | ||
# IDe | ||
.idea/ | ||
|
||
tokens/ | ||
others/ | ||
logs/ | ||
|
||
# Caches | ||
.cache/ | ||
__pycache__/ | ||
*.pytest_cache/ | ||
.ruff_cache/ | ||
dist/ | ||
|
||
# Virtualenv | ||
venv/ | ||
.venv/ | ||
|
||
# Python | ||
*.egg-info/ | ||
|
||
.DS_Store | ||
*.cache | ||
*.pkl | ||
|
||
# env | ||
*.env | ||
|
||
# Ctags | ||
tags | ||
|
||
# Macos | ||
.DS_Store |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from bazos.__init__ import main | ||
main() |
File renamed without changes.
Empty file.
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,5 +1,4 @@ | ||
bandit==1.7.5 | ||
bazos==0.0.1 | ||
colorama==0.4.6 | ||
currencyconverter==0.17.9 | ||
forex-python==1.8 | ||
|