File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1616 along with this program. If not, see <http://www.gnu.org/licenses/>.
1717'''
1818
19- __version__ = "0.1.6"
19+ __version__ = "0.1.6.1 "
Original file line number Diff line number Diff line change 22setup (
33 name = 'IntraPy' ,
44 packages = ['IntraPy' ],
5- version = '0.1.6' ,
5+ version = '0.1.6.1 ' ,
66 description = 'A Python Library to use easily the 42 API' ,
77 author = 'Jules Lasne' ,
88 author_email = 'jlasne@student.42.fr' ,
99 url = 'https://github.com/seluj78/IntraPy' ,
10- download_url = 'https://github.com/seluj78/IntraPy/archive/0.1.6.tar.gz' ,
10+ download_url = 'https://github.com/seluj78/IntraPy/archive/0.1.6.1. tar.gz' ,
1111 keywords = ['42' , 'API' , 'python' ],
12+ install_requires = [
13+ 'json' ,
14+ 'requests' ,
15+ 'python-decouple' ,
16+ ],
1217 classifiers = [],
1318)
You can’t perform that action at this time.
0 commit comments