Skip to content
Snippets Groups Projects
setup.py 605 B
Newer Older
Vipin Thomas's avatar
Vipin Thomas committed
from setuptools import setup

setup(name='Embedded Acceleration',
      version='0.1',
      description='pynq-jupyter',
      url='https://mygit.th-deg.de/vt16684/embedded-acceleration',
      author='vipin and Majd',
      author_email='vipin.thomas@stud.th-deg.de',
      license='MIT',
      packages=[],
      install_requires=['bs4==0.0.1',
                        'requests==2.25.1',
                         'panda==0.3.1',
                         'plotly==5.1.0',
Vipin Thomas's avatar
Vipin Thomas committed
                         'matplotlib',
                         'pillow',
                         'numpy'],
Vipin Thomas's avatar
Vipin Thomas committed
      zip_safe=False)