Browse Source

set hard dependency on peewee2

as generic foreign key has been removed from the playhouse
namespace we have to set dependency to the older peewee version
master
Edoardo Putti 6 years ago
parent
commit
f064ade514
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@ -15,7 +15,7 @@ setup(
],
install_requires=[
'fqdn',
'peewee',
'peewee<3',
],
scripts=[
'bin/ca-server',


Loading…
Cancel
Save