diff --git a/appointment_mac.spec b/appointment_mac.spec index 16b7857..97997e0 100644 --- a/appointment_mac.spec +++ b/appointment_mac.spec @@ -49,5 +49,4 @@ coll = COLLECT( name='appointment', ) 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)) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9a451f1..40270a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ XlsxWriter~=3.0.3 boto3~=1.21.13 openpyxl==3.0.9 google-cloud-firestore==2.4.0 -PySimpleGUI==4.60.0 +PySimpleGUI==4.60.1 SQLAlchemy~=1.4.37 requests~=2.27.1 Mako~=1.2.0 \ No newline at end of file