Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
build(deps): pin lxml to python 2.7 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Jul 25, 2024
1 parent 0adc03d commit f091f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# version independent
deprecation==2.1.0
future==1.0.0
lxml==4.9.4
simplejson==3.19.2

# version dependent
BeautifulSoup4==4.9.3; python_version<"3"
demjson==2.2.4; python_version<"3"
feedparser==5.2.1; python_version<"3"
lxml==4.9.4; python_version<"3"
PyYAML==5.4.1; python_version<"3"
requests==2.27.1; python_version<"3"
requests-cache==0.5.2; python_version<"3"
Expand Down

0 comments on commit f091f0a

Please sign in to comment.