Commit 9e0e3d3c46909b91d05ed20d197fa1fdc3d2ba15
Exists in
master
and in
1 other branch
fix setup.py
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
setup.py
@@ -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': [ |