Skip to content

Commit 0392e06

Browse files
author
osfunapps
committed
s
1 parent a58f92c commit 0392e06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
author_email='[email protected]', # Type in your E-Mail
1111
url='https://github.com/osfunapps/os-xcode-tools-py', # Provide either the link to your github or to your website
1212
keywords=['python', 'osfunapps', 'files', 'xcode', 'apple', 'ios', 'tools', 'utils'], # Keywords that define your package best
13-
install_requires=[],
14-
dependency_links=['http://github.com/user/repo/tarball/master#egg=package-1.0'],
13+
install_requires=['pbxproj', 'os_tools'],
1514
classifiers=[
1615
'Development Status :: 5 - Production/Stable', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
1716

0 commit comments

Comments
 (0)