can build with pyinstaller

This commit is contained in:
PAN Lei
2022-07-03 23:39:50 +02:00
parent f29768439f
commit cef87af8b1
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -49,5 +49,4 @@ coll = COLLECT(
name='appointment', name='appointment',
) )
import shutil import shutil
shutil.copyfile('./config.ini', '{0}/config.ini'.format(DISTPATH))
shutil.copytree('./venv/lib/python3.8/site-packages/grpc/_cython/_credentials', '{0}/appointment/grpc/_cython/_credentials'.format(DISTPATH)) shutil.copytree('./venv/lib/python3.8/site-packages/grpc/_cython/_credentials', '{0}/appointment/grpc/_cython/_credentials'.format(DISTPATH))
+1 -1
View File
@@ -8,7 +8,7 @@ XlsxWriter~=3.0.3
boto3~=1.21.13 boto3~=1.21.13
openpyxl==3.0.9 openpyxl==3.0.9
google-cloud-firestore==2.4.0 google-cloud-firestore==2.4.0
PySimpleGUI==4.60.0 PySimpleGUI==4.60.1
SQLAlchemy~=1.4.37 SQLAlchemy~=1.4.37
requests~=2.27.1 requests~=2.27.1
Mako~=1.2.0 Mako~=1.2.0