Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jan 29, 2021
1 parent e67673e commit 3bf0624
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements-mac-windows.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ndspy==3.0.0
skytemple-files==1.1.1
skytemple-files==1.1.2
skytemple-dtef==1.1.1
skytemple-icons==1.1.0
pycairo==1.18.2; sys_platform != "win32"
natsort==7.1.0
tilequant==0.4.0
skytemple-ssb-debugger==1.1.0
skytemple-ssb-debugger==1.1.2
skytemple-eventserver==1.0.0
pypresence==4.0.0
pygal==2.4.0
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ndspy==3.0.0
skytemple-files==1.1.1
skytemple-files==1.1.2
skytemple-dtef==1.1.1
skytemple-icons==1.1.0
pygobject==3.36.0
pycairo==1.18.2; sys_platform != "win32"
natsort==7.1.0
tilequant==0.4.0
skytemple-ssb-debugger==1.1.0
skytemple-ssb-debugger==1.1.2
skytemple-eventserver >= 1.0.0
pypresence==4.0.0
pygal==2.4.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.1.1'
__version__ = '1.1.2'
import os

from setuptools import setup, find_packages
Expand Down Expand Up @@ -31,14 +31,14 @@ def recursive_pkg_files(file_ext):
url='https://github.com/SkyTemple/skytemple/',
install_requires=[
'ndspy >= 3.0.0',
'skytemple-files >= 1.1.1',
'skytemple-files >= 1.1.2',
'skytemple-dtef >= 1.1.1',
'skytemple-icons >= 1.1.0',
'pygobject >= 3.26.0',
'pycairo >= 1.16.0',
'natsort >= 7.0.0',
'tilequant >= 0.4.0',
'skytemple-ssb-debugger >= 1.1.0',
'skytemple-ssb-debugger >= 1.1.2',
'pygal >= 2.4.0',
'CairoSVG >= 2.4.2'
],
Expand Down

0 comments on commit 3bf0624

Please sign in to comment.