Skip to content

Commit

Permalink
Fixed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederson Brilhante committed Jul 14, 2017
1 parent 90afa88 commit 5886751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion networkapiclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

MAJOR_VERSION = '0'
MINOR_VERSION = '7'
PATCH_VERSION = '0'
PATCH_VERSION = '3'
VERSION = '.'.join((MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION,))
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
import os.path

from setuptools import find_packages
from setuptools import setup

Expand All @@ -17,7 +15,7 @@
url='https://github.com/globocom/GloboNetworkAPI-client-python',
license='LICENSE.txt',
install_requires=[
'requests==2.4.3',
'requests==2.10.0',
],
packages=find_packages(),
)

0 comments on commit 5886751

Please sign in to comment.