Skip to content

Commit

Permalink
Move dependencies list from readme to requirements-test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Feb 16, 2017
1 parent 87a021a commit 56d0a4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ Publishing
----------

```bash
sudo apt-get install pandoc
pip install twine pypandoc
python setup.py sdist bdist_wheel
twine upload dist/*
```
5 changes: 5 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Testing
codeclimate-test-reporter==0.2.0
flake8==3.3.0

# Packaging
pypandoc==1.3.3
twine==1.8.1

0 comments on commit 56d0a4f

Please sign in to comment.