Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Nov 1, 2022
1 parent 1b8b072 commit 371ad8d
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,18 +1,18 @@
# web server with Flask and Bootstrap4
pyFlaskBootstrap4~=0.3.0
pyFlaskBootstrap4~=0.5.1
# mySQL support
# https://pypi.org/project/PyMySQL/
PyMySQL
# Mediawiki and SMW API
# https://pypi.org/project/py-3rdparty-mediawiki/
py-3rdparty-mediawiki~=0.5.1
py-3rdparty-mediawiki~=0.6.3
# https://phabricator.wikimedia.org/T171886
# https://pypi.org/project/pywikibot/
pywikibot~=6.6.3
#https://pypi.org/project/pydevd/
pydevd
# https://pypi.org/project/pylodstorage/
pylodstorage~=0.0.85
pylodstorage~=0.4.7
# https://pypi.org/project/beautifulsoup4/
beautifulsoup4
# https://pypi.org/project/lxml/
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.1.0',
version='0.2.0',
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 371ad8d

Please sign in to comment.