New file |
| | |
| | | # -*- mode: python ; coding: utf-8 -*- |
| | | |
| | | |
| | | block_cipher = None |
| | | |
| | | |
| | | a = Analysis( |
| | | ['main.py'], |
| | | pathex=[], |
| | | binaries=[], |
| | | datas=[], |
| | | hiddenimports=['pandas._libs.tslibs.base','pandas._libs.tslibs.timedeltas','pandas._libs.tslibs.np_datetime','pandas._libs.tslibs.nattype','pandas._libs.skiplist'], |
| | | hookspath=[], |
| | | hooksconfig={}, |
| | | runtime_hooks=[], |
| | | excludes=[], |
| | | win_no_prefer_redirects=False, |
| | | win_private_assemblies=False, |
| | | cipher=block_cipher, |
| | | noarchive=False, |
| | | ) |
| | | pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) |
| | | |
| | | exe = EXE( |
| | | pyz, |
| | | a.scripts, |
| | | [], |
| | | exclude_binaries=True, |
| | | name='gp_server', |
| | | debug=False, |
| | | bootloader_ignore_signals=False, |
| | | strip=False, |
| | | upx=True, |
| | | console=True, |
| | | disable_windowed_traceback=False, |
| | | argv_emulation=False, |
| | | target_arch=None, |
| | | codesign_identity=None, |
| | | entitlements_file=None, |
| | | ) |
| | | coll = COLLECT( |
| | | exe, |
| | | a.binaries, |
| | | a.zipfiles, |
| | | a.datas, |
| | | strip=False, |
| | | upx=True, |
| | | upx_exclude=[], |
| | | name='main', |
| | | ) |
| | |
| | | pip install PyMySQL==1.0.2 -i https://pypi.tuna.tsinghua.edu.cn/simple/ |
| | | pip install PyMySQL==1.0.2 -i https://pypi.tuna.tsinghua.edu.cn/simple/ |
| | | pyinstaller==5.8.0 |
| | | Jinja2==3.1.2 |
| | | pymongo==4.2.0 |
| | | pygame==2.1.2 |
| | | redis==4.3.4 |
| | | requests==2.28.1 |
| | | loguru==0.6.0 |
| | | numpy==1.21.6 |
| | | dask==2022.2.0 |
| | | gm==3.0.143 |
| | | psutil==5.9.5 |
| | | line-profiler==4.0.3 |
| | | xlwt==1.3.0 |
| | | schedule==1.1.0 |
| | | pandas==1.3.5 |