Skip to content

Commit

Permalink
#86 requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrys committed Nov 24, 2021
1 parent 0572f8b commit 4947830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
--requirement requirements.txt

# Testing
pytest==4.6.9 ; python_version < '3.0'
pytest==5.3.5 ; python_version >= '3.0'
pytest==6.2.5
pytest-cov==3.0.0
coveralls==3.3.1

# Documentation
Sphinx==1.8.5 ; python_version < '3.5'
Sphinx==3.0.4 ; python_version >= '3.5'
Sphinx==4.3.0
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import os

try:
from setuptools import setup
except ImportError:
from distutils.core import setup
from setuptools import setup

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
Expand Down

0 comments on commit 4947830

Please sign in to comment.