Administrator
2023-08-14 c7eab74a30061f0efcf58c7c3eeeef0594df2260
华鑫托管改造初步设计
1个文件已修改
1个文件已添加
67 ■■■■■ 已修改文件
main.spec 50 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packages 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
main.spec
New file
@@ -0,0 +1,50 @@
# -*- 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',
)
packages
@@ -1 +1,16 @@
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