Skip to content

Commit

Permalink
fix: Fixes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
devitq committed Apr 5, 2024
1 parent 91e2963 commit bc44520
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,38 @@ This bot will help you organise and plan your travels.

### [Python](https://python.org/)

Python is used successfully in thousands of real-world business applications around the world, including many large and mission critical systems.Service to easily build routes between points on map. User sees we
Python is used successfully in thousands of real-world business applications around the world, including many large and mission critical systems.

*Version: 3.12*

### [aiogram](https://aiogram.dev/)

aiogram is a modern and fully asynchronous framework for Telegram Bot API using asyncio and aiohttp.

*Version: 3.4*

### [SQLAlchemy](https://www.sqlalchemy.org/)

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

*Version: 2*

### [PostgreSQL](https://www.postgresql.org/)

PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

In project used as the main database.

*Version: 16.2*

### [Redis](https://redis.io/)

The in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker.

In project redis used as storage for states.

*Version: 7.2*

## 🤝 Integrations
Expand Down

0 comments on commit bc44520

Please sign in to comment.