Compare commits

...

2 Commits

Author SHA1 Message Date
fa8bdc0e1f ignoring .vscode now 2022-12-15 12:05:22 +01:00
b9a7d85674 Improved requirements 2022-12-15 12:05:14 +01:00
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -152,3 +152,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.vscode

View File

@ -1 +1,3 @@
beautifulsoup4
beautifulsoup4~=4.11.1
pyrogram~=2.0.70
pathlib~=1.0.1