bsgworld / bsg-python

A Python module for communicating with the BSG API. SMS, Viber, HLR services

Home Page:https://bsg.world/developers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding requirements to setup

vasylkyselytsia opened this issue · comments

image
https://packaging.python.org/discussions/install-requires-vs-requirements/

setup(
    name='bsg-restapi',
    version=__version__,
    packages=['bsg_restapi'],
    install_requires=['requests==2.21.0'],
    url='https://github.com/bsgworld/bsg-python',
    license='BSD 2-Clause License',
    author='Ievgen Krupa',
    author_email='Ievgen.Krupa+github@gmail.com',
    description='BSG REST API Wrapper'
)