Browse Source

Reduce package requirements and fix config

Eren Yilmaz 1 year ago
parent
commit
5eb1168f68
2 changed files with 1 additions and 4 deletions
  1. 1 1
      README.md
  2. 0 3
      tool_lib/create_excel_tables.py

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 #Installings
 
-pip install img2pdf styleframe xlsxwriter pysimplegui datetime SQLAlchemy==1.4 docx2pdf
+pip install img2pdf xlsxwriter pysimplegui datetime SQLAlchemy==1.4 docx2pdf
 conda install python-docx
 
 

+ 0 - 3
tool_lib/create_excel_tables.py

@@ -1,10 +1,7 @@
 import pandas as pd
 import numpy as np
-# from pandas import DataFrame
-# from styleframe import StyleFrame
 import xlsxwriter
 import openpyxl
-# import Jinja2
 from openpyxl.worksheet.datavalidation import DataValidation