Revision 62d50515 client/python/setup.py

View differences:

client/python/setup.py
23 23
    # Versions should comply with PEP440.  For a discussion on single-sourcing
24 24
    # the version across setup.py and the project code, see
25 25
    # https://packaging.python.org/en/latest/single_source_version.html
26
    version='1.2.0',
26
    version='0.1',
27 27

  
28 28
    description='[h]igh [l]evel [r]obot [c]ontrol client project',
29 29
    long_description=long_description,
......
75 75
    # your project is installed. For an analysis of "install_requires" vs pip's
76 76
    # requirements files see:
77 77
    # https://packaging.python.org/en/latest/requirements.html
78
    install_requires=['peppercorn'],
78
    install_requires=[],
79 79

  
80 80
    # List additional groups of dependencies here (e.g. development
81 81
    # dependencies). You can install these using the following syntax,

Also available in: Unified diff