Skip to content

Commit 43bce4f

Browse files
committed
Updated manifest and README.md
1 parent f9f2086 commit 43bce4f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Currently includes support for:
1313
* cffi
1414
* cryptography
1515
* LXML
16+
* misaka
1617
* MySQL-Python
1718
* numpy
1819
* OpenCV

lambda_packages/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
'version': '3.6.0',
1616
'path': os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lxml', 'lxml-3.6.0.tar.gz')
1717
},
18+
'misaka': {
19+
'version': '2.0.0',
20+
'path': os.path.join(os.path.dirname(os.path.abspath(__file__)), 'misaka', 'misaka-2.0.0.tar.gz')
21+
},
1822
'MySQL-Python': {
1923
'version': '1.2.5',
2024
'path': os.path.join(os.path.dirname(os.path.abspath(__file__)), 'MySQL-Python', 'MySQL-Python-1.2.5.tar.gz')

0 commit comments

Comments
 (0)