Commit fd1d16c2 authored by Dimitri Podborski's avatar Dimitri Podborski 😂
Browse files

fix and close #203

parent 4105d5b4
......@@ -12,7 +12,7 @@ from docx.enum.text import WD_ALIGN_PARAGRAPH # pylint: disable=E0611
OPENING_TAG = '[//]: # ( !!! ATTENTION !!! DO NOT MODIFY BEFORE AND AFTER THIS LINE)'
CLOSING_TAG = '[//]: # ( !!! ATTENTION !!! YOU CAN MODIFY AFTER THIS LINE)'
DEADLINE_DAYS = 6 # Number of days to be subtracted from Monday
DEADLINE_DAYS = 4 # Number of days to be subtracted from Monday
class DocumentFormatter:
......
......@@ -3,8 +3,8 @@ bs4==0.0.1
certifi==2020.12.5
chardet==4.0.0
idna==2.10
lxml==4.6.2
python-docx==0.8.10
lxml==4.7.1
python-docx==0.8.11
python-gitlab==2.5.0
requests==2.25.1
soupsieve==2.1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment