need to use python3.10
This commit is contained in:
@@ -48,5 +48,5 @@ coll = COLLECT(
|
|||||||
upx_exclude=[],
|
upx_exclude=[],
|
||||||
name='appointment',
|
name='appointment',
|
||||||
)
|
)
|
||||||
import shutil
|
#import shutil
|
||||||
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))
|
||||||
@@ -3,6 +3,7 @@ firebase_admin==5.2.0
|
|||||||
pandas~=1.3.5
|
pandas~=1.3.5
|
||||||
playwright==1.21.0
|
playwright==1.21.0
|
||||||
dataclasses~=0.6
|
dataclasses~=0.6
|
||||||
|
pymongo==4.1.1
|
||||||
oci~=2.54.1
|
oci~=2.54.1
|
||||||
XlsxWriter~=3.0.3
|
XlsxWriter~=3.0.3
|
||||||
boto3~=1.21.13
|
boto3~=1.21.13
|
||||||
@@ -11,4 +12,5 @@ google-cloud-firestore==2.4.0
|
|||||||
PySimpleGUI==4.60.1
|
PySimpleGUI==4.60.1
|
||||||
SQLAlchemy~=1.4.37
|
SQLAlchemy~=1.4.37
|
||||||
requests~=2.27.1
|
requests~=2.27.1
|
||||||
|
sqlalchemy_utils~=0.38.2
|
||||||
Mako~=1.2.0
|
Mako~=1.2.0
|
||||||
Reference in New Issue
Block a user