Skip to content

Commit

Permalink
upgrades libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Apr 7, 2021
1 parent 8c02b4d commit 62cd432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# web server with Flask and Bootstrap4
pyFlaskBootstrap4>=0.2.8
pyFlaskBootstrap4>=0.2.14
# mySQL support
# https://pypi.org/project/PyMySQL/
PyMySQL
# Mediawiki and SMW API
# https://pypi.org/project/py-3rdparty-mediawiki/
py-3rdparty-mediawiki>=0.1.23
py-3rdparty-mediawiki>=0.4.2
# https://phabricator.wikimedia.org/T171886
# https://pypi.org/project/pywikibot/
pywikibot>=5.3.0
pywikibot>=6.0.1
#https://pypi.org/project/pycrypto/
pycrypto
#https://pypi.org/project/pydevd/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = open('../../README.md').read()

setup(name='pyWikiCMS',
version='0.0.16',
version='0.0.17',
description='python implementation of a Mediawiki based Content Management System',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 62cd432

Please sign in to comment.