-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Aadv1k/dev
Release v1 -- implement the base for all that will be implemented in the future
- Loading branch information
Showing
3 changed files
with
141 additions
and
31 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
beautifulsoup4==4.12.3 | ||
certifi==2023.11.17 | ||
cfgv==3.4.0 | ||
charset-normalizer==3.3.2 | ||
distlib==0.3.8 | ||
exceptiongroup==1.2.0 | ||
filelock==3.13.1 | ||
identify==2.5.33 | ||
idna==3.6 | ||
iniconfig==2.0.0 | ||
nodeenv==1.8.0 | ||
packaging==23.2 | ||
platformdirs==4.1.0 | ||
pluggy==1.4.0 | ||
pre-commit==3.6.0 | ||
pytest==8.0.0 | ||
python-dotenv==1.0.1 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
soupsieve==2.5 | ||
tomli==2.0.1 | ||
urllib3==2.1.0 | ||
virtualenv==20.25.0 |