forked from cloned-doy/whatsfly
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refactoring + updated dependencies + removed useless files + a…
…dded other contributors
- Loading branch information
Showing
17 changed files
with
152 additions
and
138 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,4 @@ | ||
types-PyYAML | ||
setuptools | ||
requests | ||
mkdocs |
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,2 +1,55 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile requirements.in | ||
certifi==2024.7.4 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.7 | ||
# via mkdocs | ||
ghp-import==2.1.0 | ||
# via mkdocs | ||
idna==3.7 | ||
# via requests | ||
jinja2==3.1.4 | ||
# via mkdocs | ||
markdown==3.6 | ||
# via mkdocs | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# mkdocs | ||
mergedeep==1.3.4 | ||
# via | ||
# mkdocs | ||
# mkdocs-get-deps | ||
mkdocs==1.6.0 | ||
# via -r requirements.in | ||
mkdocs-get-deps==0.2.0 | ||
# via mkdocs | ||
packaging==24.1 | ||
# via mkdocs | ||
pathspec==0.12.1 | ||
# via mkdocs | ||
platformdirs==4.2.2 | ||
# via mkdocs-get-deps | ||
python-dateutil==2.9.0.post0 | ||
# via ghp-import | ||
pyyaml==6.0.2 | ||
# via | ||
# mkdocs | ||
# mkdocs-get-deps | ||
# pyyaml-env-tag | ||
pyyaml-env-tag==0.1 | ||
# via mkdocs | ||
requests==2.32.3 | ||
# via -r requirements.in | ||
setuptools==72.2.0 | ||
# via -r requirements.in | ||
six==1.16.0 | ||
# via python-dateutil | ||
types-pyyaml==6.0.12.20240808 | ||
# via -r requirements.in | ||
urllib3==2.2.2 | ||
# via requests | ||
watchdog==4.0.2 | ||
# via mkdocs |
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 |
---|---|---|
|
@@ -55,8 +55,8 @@ def build_go_module(self): | |
name="whatsfly", | ||
version="0.1.1", | ||
license="MIT", | ||
author="Doy Bachtiar, LabFox, Ivo Bellin Salarin", | ||
author_email="[email protected], [email protected], [email protected]", | ||
author="Doy Bachtiar, Otamay, David Arnold, LabFox, Ivo Bellin Salarin", | ||
author_email="[email protected], [email protected], [email protected], [email protected]", | ||
url="https://github.com/cloned-doy/whatsfly", | ||
keywords="whatsfly", | ||
description="WhatsApp on the fly.", | ||
|
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
Oops, something went wrong.