Skip to content

Commit

Permalink
remove install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
t-makaro committed Jan 20, 2018
1 parent 4efd016 commit 7813314
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
from setuptools import setup

setup(name='nb_pdf_template',
version='1.1.0',
version='1.1.1',
description='LaTeX templates for jupyter notebook conversion to pdf',
url='https://github.com/t-makaro/nb_pdf_template',
author='Tyler Makaro',
author_email='',
license='MIT',
packages=['nb_pdf_template'],
include_package_data = True,
install_requires=[
'nbconvert',
],
classifiers=[
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 7813314

Please sign in to comment.