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

Commit 913e598

Browse files
authored
Merge pull request #28 from keyan/kp_pin_baron_0.6.2
Pin Baron/RedBaron versions to 0.6.2, fixes #27
2 parents d3d307c + e18f6de commit 913e598

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
setup(
66
name='flask_ext_migrate',
7-
version='1.0.0',
7+
version='1.0.1',
88
url='https://github.com/pallets/flask-ext-migrate',
99
license='BSD',
1010
author='Keyan Pishdadian',
1111
author_email='kpishdadian@gmail.com',
1212
description='A sourcecode manipulation tool for converting imports.',
1313
long_description='This tool allows for rapid migration of extension '
1414
'imports away from the deprecated `.ext` format.',
15-
install_requires=['RedBaron', 'click'],
15+
install_requires=['redbaron==0.6.2', 'baron==0.6.2', 'click'],
1616
tests_require=['nose'],
1717
packages=['flask_ext_migrate'],
1818
entry_points={

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ commands =
88
deps=
99
pytest
1010
greenlet
11-
redbaron
11+
redbaron==0.6.2
12+
baron==0.6.2
1213

1314
[flake8]
1415
exclude=.tox,examples,docs

0 commit comments

Comments
 (0)