File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ is on the list *DOES NOT* mean that it is not dangerous/poisonous/toxic.
1313## Installation
1414
1515Run:
16- ` pip install git+https://github.com/alrichardbollans/mining_trait_data.git@1.0 `
16+ ` pip install git+https://github.com/alrichardbollans/mining_trait_data.git@XX `
1717
1818### Requirements
1919
Original file line number Diff line number Diff line change 77 author_email = '38588335+alrichardbollans@users.noreply.github.com' ,
88 # Needed to actually package something
99 packages = find_packages (include = ['clean_plant_occurrences' , 'data_compilation_methods' ,
10- 'knapsack_searches' ,
10+ 'knapsack_searches' , 'metabolite_properties' ,
1111 'powo_searches' ,
1212 'wikipedia_searches' ], exclude = ['unit_test_methods' ]),
1313
1818 },
1919 install_requires = [
2020 "automatchnames == 1.2.1" ,
21- "Wikipedia-API==0.5.8" ,
22- "pykew==0.1.3" ,
23- "beautifulsoup4~=4.10.0" ,
24- "tika~=2.6.0" ,
25- "html5lib~=1.1" ,
26- "lxml" ,
27- "sre_yield" ,
28- "html5lib" ,
2921 'openpyxl'
3022 ],
23+ extras_require = {
24+ 'powo' : ["pykew" ],
25+ 'wiki' : ["Wikipedia-API" ],
26+ 'knapsack' : ["html5lib" ]
27+ },
3128 # *strongly* suggested for sharing
3229 version = '1.0' ,
3330 description = 'A set of python packages for mining plant trait data' ,
You can’t perform that action at this time.
0 commit comments