Skip to content

Commit

Permalink
Removed install_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinali1 committed May 26, 2015
1 parent 35b8926 commit faa2d20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Contributing
Please file bugs and send pull requests to the `GitHub repository`_ and `issue
tracker`_.

.. _GitHub repository: https://github.com/Valuehorizon/forex/
.. _issue tracker: https://github.com/Valuehorizon/forex/issues
.. _GitHub repository: https://github.com/Valuehorizon/valuehorizon-forex/
.. _issue tracker: https://github.com/Valuehorizon/valuehorizon-forex/issues

Commercial Support
==================
Expand Down
2 changes: 1 addition & 1 deletion forex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.1' # pragma: no cover
__version__ = '0.2' # pragma: no cover
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]

install_requires = [
'django',
# User should install requirements
]


Expand Down
10 changes: 0 additions & 10 deletions tox.ini

This file was deleted.

0 comments on commit faa2d20

Please sign in to comment.