Skip to content

Commit f0d520f

Browse files
author
cclauss
authored
Update pythonista_module_versions.py
1 parent dff19fb commit f0d520f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

pythonista_module_versions.py

+9-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
'Crypto' : 'pycrypto',
1212
'PIL' : 'Pillow' }
1313

14-
modules = '''arrow bottle bs4 certifi Crypto csssect cycler dateutil dropbox ecdsa et_xmlfile evernote faker feedparser
15-
flask google html2text html5lib httplib2 images2gif itsdangerous jdcal jedi jinja2 libmodernize
16-
markdown markdown2 markupsafe matplotlib mccabe midiutil mpl_toolkits mpmath numpy oauth2 paramiko
17-
parsedatetime PIL pycparser pyflakes pygments pylab pyparsing PyPDF2
18-
pytest pytz qrcode reportlab requests sgmllib simpy six sqlalchemy sqlite3 sympy
19-
thrift turtle twitter wavebender werkzeug wsgiref xmltodict yaml yapf'''.split()
14+
modules = '''arrow bottle bs4 certifi Crypto cycler dateutil dropbox ecdsa
15+
et_xmlfile evernote faker feedparser flask google html2text
16+
html5lib httplib2 images2gif itsdangerous jdcal jedi jinja2
17+
libmodernize markdown markdown2 markupsafe matplotlib mccabe
18+
midiutil mpl_toolkits mpmath numpy oauth2 paramiko parsedatetime
19+
PIL pycparser pyflakes pygments pylab pyparsing PyPDF2 pytest pytz
20+
qrcode reportlab requests sgmllib simpy six sqlalchemy sqlite3
21+
sympy thrift turtle twitter wavebender werkzeug wsgiref xmltodict
22+
yaml yapf'''.split()
2023

2124
## Removed: mechanize midiutil screenplain xhtml2pdf
2225

0 commit comments

Comments
 (0)