File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22from setuptools import setup , find_packages
33
4- __version__ = '3.3.0 '
4+ __version__ = '3.3.1 '
55__description__ = 'Pagar.me Python'
66__long_description__ = 'Python library for Pagar.me API'
77
88__author__ = 'Murilo Henrique, Victor Messina'
99__author_email__ = 'suporte@pagar.me'
1010__special_things__ = 'Derek Stavis, Rodrigo Amaral'
1111
12- requires = [i .strip () for i in open ("requirements.txt" ).readlines ()]
1312
1413testing_extras = [
1514 'pytest' ,
3029 keywords = 'Payment, pagarme' ,
3130 include_package_data = True ,
3231 zip_safe = False ,
33- install_requires = requires ,
32+ install_requires = [ 'requests>2.20.0' ] ,
3433 classifiers = [
3534 'Intended Audience :: Developers' ,
3635 'Intended Audience :: System Administrators' ,
You can’t perform that action at this time.
0 commit comments