Skip to content

Commit

Permalink
Replace requirements file in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRJ9 committed Nov 4, 2017
1 parent a79b2a2 commit 324ba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

with open('requirements.txt') as f:
with open('requirements-pytest.txt') as f:
requirements = f.read().splitlines()

readme = open('README.rst', 'r')
Expand Down

0 comments on commit 324ba73

Please sign in to comment.