Skip to content

Commit 63870a9

Browse files
Merge pull request #48 from BenjamenMeyer/bugfix_requirements
Bug Fix: sphinx should not be requirement
2 parents bea9c91 + 37644e9 commit 63870a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
from setuptools import setup, find_packages
33

4-
REQUIRES = ['six', 'sphinx']
4+
REQUIRES = ['six']
55

66
setup(
77
name='stackinabox',

0 commit comments

Comments
 (0)