From f2d1072f19d1784f5c8da5e5ccd62f71eeda3005 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sun, 3 Sep 2017 00:00:04 +0200 Subject: [PATCH] Fix for building debian pkgs --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 2e8a804..9b885c8 100644 --- a/setup.py +++ b/setup.py @@ -5,9 +5,6 @@ from setuptools import setup with open("README.rst") as readme: long_description = readme.read() -with open("requirements.txt") as f: - install_requires = f.read().split() - setup( name='toot', version='0.13.0',