Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #28 from keyan/kp_pin_baron_0.6.2
Browse files Browse the repository at this point in the history
Pin Baron/RedBaron versions to 0.6.2, fixes #27
  • Loading branch information
keyan committed Jul 10, 2017
2 parents d3d307c + e18f6de commit 913e598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py 100644 → 100755
Expand Up @@ -4,15 +4,15 @@

setup(
name='flask_ext_migrate',
version='1.0.0',
version='1.0.1',
url='https://github.com/pallets/flask-ext-migrate',
license='BSD',
author='Keyan Pishdadian',
author_email='kpishdadian@gmail.com',
description='A sourcecode manipulation tool for converting imports.',
long_description='This tool allows for rapid migration of extension '
'imports away from the deprecated `.ext` format.',
install_requires=['RedBaron', 'click'],
install_requires=['redbaron==0.6.2', 'baron==0.6.2', 'click'],
tests_require=['nose'],
packages=['flask_ext_migrate'],
entry_points={
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -8,7 +8,8 @@ commands =
deps=
pytest
greenlet
redbaron
redbaron==0.6.2
baron==0.6.2

[flake8]
exclude=.tox,examples,docs

0 comments on commit 913e598

Please sign in to comment.