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
@@ -24,13 +24,13 @@ setup( @@ -24,13 +24,13 @@ setup(
24 include_package_data=True, # install files from MANIFEST.in 24 include_package_data=True, # install files from MANIFEST.in
25 python_requires='>=3.8.*', 25 python_requires='>=3.8.*',
26 install_requires=[ 26 install_requires=[
27 - 'tornado>=6.1', 27 + 'bcrypt>=3.1',
28 'mistune<2.0', 28 'mistune<2.0',
29 'pyyaml>=5.1', 29 'pyyaml>=5.1',
30 'pygments', 30 'pygments',
31 - 'schema>=0.7', 31 + 'schema>=0.7.5',
32 'sqlalchemy>=1.4', 32 'sqlalchemy>=1.4',
33 - 'bcrypt>=3.1' 33 + 'tornado>=6.1',
34 ], 34 ],
35 entry_points={ 35 entry_points={
36 'console_scripts': [ 36 'console_scripts': [