소스 검색

Reduce package requirements and fix config

Eren Yilmaz 1 년 전
부모
커밋
5eb1168f68
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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