Skip to content

Commit

Permalink
Properly quoted requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1lqc committed Mar 2, 2018
1 parent 695fe30 commit 4bf530e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
name='faradayio-cli',
packages=['faradayio_cli'],
install_requires=[
attrs==17.4.0,
faradayio==0.0.2,
flake8==3.5.0,
mccabe==0.6.1,
pluggy==0.6.0,
py==1.5.2,
pycodestyle==2.3.1,
pyflakes==1.6.0,
pyserial==3.4,
pytest==3.4.1,
python-pytun==2.2.1,
six==1.11.0,
sliplib==0.3.0,
sphinx-rtd-theme==0.2.4,
timeout-decorator==0.4.0,
'attrs==17.4.0',
'faradayio==0.0.2',
'flake8==3.5.0',
'mccabe==0.6.1',
'pluggy==0.6.0',
'py==1.5.2',
'pycodestyle==2.3.1',
'pyflakes==1.6.0',
'pyserial==3.4',
'pytest==3.4.1',
'python-pytun==2.2.1',
'six==1.11.0',
'sliplib==0.3.0',
'sphinx-rtd-theme==0.2.4',
'timeout-decorator==0.4.0',
],
entry_points={
"console_scripts": ['faradayio-cli = faradayio_cli.faradayio_cli:main']
Expand Down

0 comments on commit 4bf530e

Please sign in to comment.