Commit 9e0e3d3c46909b91d05ed20d197fa1fdc3d2ba15

Authored by Miguel Barão
2 parents 7dac4894 fbe9b8d2
Exists in master and in 1 other branch dev

fix setup.py

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
setup.py
... ... @@ -24,13 +24,13 @@ setup(
24 24 include_package_data=True, # install files from MANIFEST.in
25 25 python_requires='>=3.8.*',
26 26 install_requires=[
27   - 'tornado>=6.1',
  27 + 'bcrypt>=3.1',
28 28 'mistune<2.0',
29 29 'pyyaml>=5.1',
30 30 'pygments',
31   - 'schema>=0.7',
  31 + 'schema>=0.7.5',
32 32 'sqlalchemy>=1.4',
33   - 'bcrypt>=3.1'
  33 + 'tornado>=6.1',
34 34 ],
35 35 entry_points={
36 36 'console_scripts': [
... ...