Try parse first excel file
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: MailOrderBot
|
||||
Version: 1.0.2
|
||||
Version: 1.0.4
|
||||
Summary: Config manager for building applications
|
||||
Author-email: Aleksei Zosimov <lesha.spb@gmail.com>
|
||||
Project-URL: Homepage, https://git.lesha.spb.ru/alex/config_manager
|
||||
Project-URL: Documentation, https://git.lesha.spb.ru/alex/config_manager
|
||||
Project-URL: Repository, https://git.lesha.spb.ru/alex/config_manager
|
||||
Project-URL: Homepage, https://git.lesha.spb.ru/alex/mail_order_bot
|
||||
Project-URL: Documentation, https://git.lesha.spb.ru/alex/mail_order_bot
|
||||
Project-URL: Repository, https://git.lesha.spb.ru/alex/mail_order_bot
|
||||
Requires-Python: >=3.12
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: python-dotenv>=1.0.0
|
||||
Requires-Dist: config_manager@ git+https://git.lesha.spb.ru/alex/config_manager.git@master
|
||||
|
||||
@@ -8,10 +8,11 @@ src/MailOrderBot.egg-info/top_level.txt
|
||||
src/mail_order_bot/__init__.py
|
||||
src/mail_order_bot/main.py
|
||||
src/mail_order_bot/email_client/__init__.py
|
||||
src/mail_order_bot/email_client/email_client.py
|
||||
src/mail_order_bot/email_client/email_objects.py
|
||||
src/mail_order_bot/email_client/client.py
|
||||
src/mail_order_bot/email_client/objects.py
|
||||
src/mail_order_bot/excel_processor/__init__.py
|
||||
src/mail_order_bot/excel_processor/configurable_parser.py
|
||||
src/mail_order_bot/excel_processor/excel_parser.py
|
||||
src/mail_order_bot/excel_processor/excel_processor.py
|
||||
src/mail_order_bot/excel_processor/order_position.py
|
||||
src/mail_order_bot/excel_processor/parser_factory.py
|
||||
src/mail_order_bot/excel_processor/parser_factory.py
|
||||
src/mail_order_bot/excel_processor/processor.py
|
||||
@@ -1 +1,2 @@
|
||||
python-dotenv>=1.0.0
|
||||
config_manager@ git+https://git.lesha.spb.ru/alex/config_manager.git@master
|
||||
|
||||
Reference in New Issue
Block a user