Skip to content

Commit

Permalink
fix:lock version (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Apr 11, 2024
1 parent a6f0c48 commit 9c86c1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ build = "python main.py"
[dev-packages]

[packages]
requests = "*"
feedparser = "*"
pytz = "*"
selenium = "*"
selenium-stealth = "*"
aiohttp = "*"
bs4 = "*"
tqdm = "*"
requests = "2.31.0"
feedparser = "6.0.11"
pytz = "2024.1"
selenium = "4.19.0"
selenium-stealth = "1.0.6"
aiohttp = "3.9.3"
bs4 = "0.0.2"
tqdm = "4.66.2"

[requires]
python_version = "*"
python_version = ">=3.8"
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c86c1f

Please sign in to comment.