Skip to content

Commit

Permalink
Merge pull request #20 from RimoChan/修复requirements
Browse files Browse the repository at this point in the history
修復requirements,爲release添加單獨的requirements文件
  • Loading branch information
RimoChan authored Aug 1, 2020
2 parents c755eef + 78e9ae2 commit 9770cc7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
27 changes: 13 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
liber==0.0.3
pathlib2==2.3.5
psd_tools==1.4
cefpython3==66.0
chardet==3.0.4
wxPython==4.0.6
cloudpickle==1.2.1
Pillow==6.2.0
opencc-python-reimplemented==0.1.5
weasyprint==48
PyYAML==5.2
fire==0.2.1
dulwich==0.19.14
AppKit==0.2.8 ; sys_platform == 'Darwin'
liber==0.0.6
psd-tools>=1.4
cefpython3>=66.0
chardet>=3.0.4
wxPython>=4.0.4
cloudpickle>=1.2.2
Pillow>=6.2.1
opencc>=1.1.1
weasyprint>=50
PyYAML>=5.2
fire>=0.2.1
dulwich>=0.19.14
AppKit==0.2.8 ; sys_platform == 'darwin'
11 changes: 11 additions & 0 deletions requirements_release.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
liber==0.0.6
psd-tools==1.4
cefpython3==66.0
chardet==3.0.4
wxPython==4.0.4
cloudpickle==0.8.1
Pillow==5.2.0
opencc==1.1.1
PyYAML==5.1
fire==0.2.1
dulwich==0.19.14

0 comments on commit 9770cc7

Please sign in to comment.