File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
__title__ = "mysql-to-sqlite3"
3
3
__description__ = "A simple Python tool to transfer data from MySQL to SQLite 3"
4
4
__url__ = "https://github.com/techouse/mysql-to-sqlite3"
5
- __version__ = "1.4.10 "
5
+ __version__ = "1.4.11 "
6
6
__author__ = "Klemen Tusar"
7
7
__author_email__ = "techouse@gmail.com"
8
8
__license__ = "MIT"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pytest-mock
13
13
pytest-timeout
14
14
pytimeparse>=1.1.8
15
15
python-slugify>=3.0.3,<5.0.0 ; python_version<"3.6"
16
- python-slugify>=3.0.3 ; python_version>="3.6"
16
+ python-slugify>=3.0.3,<6.0.0 ; python_version>="3.6"
17
17
simplejson>=3.16.0
18
18
six>=1.12.0
19
19
sqlalchemy>=1.3.7,<1.4.0
Original file line number Diff line number Diff line change 14
14
"mysql-connector-python>=8.0.18 ; python_version>='3.6'" ,
15
15
"pytimeparse>=1.1.8" ,
16
16
"python-slugify>=3.0.3,<5.0.0 ; python_version<'3.6'" ,
17
- "python-slugify>=3.0.3 ; python_version>='3.6'" ,
17
+ "python-slugify>=3.0.3,<6.0.0 ; python_version>='3.6'" ,
18
18
"simplejson>=3.16.0" ,
19
19
"six>=1.12.0" ,
20
20
"tqdm>=4.35.0" ,
You can’t perform that action at this time.
0 commit comments