Replace database methods with peewee ORM #39

Merged
osilkin98 merged 26 commits from orm-rewrite into master 2020-04-03 23:40:43 +02:00
Showing only changes of commit 84cafd643f - Show all commits

View file

@ -14,7 +14,7 @@ setup(
data_files=[('config', ['config/conf.json',])],
include_package_data=True,
install_requires=[
'mysql-connector-python',
'pymysql',
'pyyaml',
'Faker>=1.0.7',
'asyncio',