Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.27.1
jsonpickle~=1.4, >= 1.4.1
cachecontrol~=0.12.6
jsonpickle>= 1.4.1
cachecontrol>=0.12.6
python-dateutil~=2.8.1
enum34~=1.1, >=1.1.10
lxml>=4.6.5
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
attrs==21.2.0
CacheControl==0.12.6
cachecontrol>=0.13.1
certifi==2023.7.22
charset-normalizer==2.0.6
enum34==1.1.10
idna==3.2
iniconfig==1.1.1
jsonpickle==1.4
jsonpickle>=3.0
lxml==4.9.1
msgpack==1.0.2
packaging==21.0
Expand Down