Skip to content
Merged
Changes from all 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
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp==3.10.6
chardet==2.3.0
chardet==5.2.0
furl==0.4.2
humanfriendly==2.1
invoke==2.2.0
Expand All @@ -15,11 +15,11 @@ agent==0.1.2
google-auth==1.4.1

# CodePygments
Pygments==2.12.0
Pygments==2.19.1

# Docx
#git+https://github.com/jsocol/bleach.git
pydocx==0.7.0
pydocx==0.9.10

# Image
olefile==0.44
Expand All @@ -36,13 +36,13 @@ jinja2==2.10.1
mistune==0.8.1

# Pdf
reportlab==4.2.4
reportlab==4.4.0

# Pptx
# python-pptx==0.5.7

# Rst
docutils==0.12
docutils==0.21.2

# Tabular
pandas==2.2.3
Expand All @@ -51,6 +51,6 @@ h5py==3.13
scipy==1.14.1

# Md
markdown==2.6.2
markdown==3.8.0

certifi==2021.5.30
Loading