Commit 36175c2c019dd23cf5505e7b96b05c12410f0e35
1 parent
6af5c0c7
Exists in
dev
update setup.py to latest package versions
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
setup.py
@@ -22,11 +22,11 @@ setup( | @@ -22,11 +22,11 @@ setup( | ||
22 | install_requires=[ | 22 | install_requires=[ |
23 | 'tornado>=6.2', | 23 | 'tornado>=6.2', |
24 | 'mistune>=3.0.0rc4', | 24 | 'mistune>=3.0.0rc4', |
25 | - 'pyyaml>=5.1', | ||
26 | - 'pygments', | ||
27 | - 'sqlalchemy>=2.0.0rc2', | 25 | + 'pyyaml>=6.0', |
26 | + 'pygments>=2.14', | ||
27 | + 'sqlalchemy>=2.0.0', | ||
28 | 'bcrypt>=4.0.1', | 28 | 'bcrypt>=4.0.1', |
29 | - 'networkx>=2.4' | 29 | + 'networkx>=3.0' |
30 | ], | 30 | ], |
31 | entry_points={ | 31 | entry_points={ |
32 | 'console_scripts': [ | 32 | 'console_scripts': [ |