Skip to content

Commit

Permalink
[add] opt pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ayizhi committed Dec 26, 2019
1 parent f65626f commit aba4f70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/Pipfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[[source]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
verify_ssl = true
url = "http://mirrors.aliyun.com/pypi/simple/"
verify_ssl = false
name = "pypi"

[packages]
pywin32 = {version = "==225",sys_platform = "== 'win32'"}
pywin32 = {version = "==227",sys_platform = "== 'win32'"}
pyinstaller = "==3.5"
sqlalchemy = "==1.3.8"
psutil = "==5.6.2"
Expand Down

0 comments on commit aba4f70

Please sign in to comment.