Skip to content

Commit 05a71fd

Browse files
committed
Requires at least Python 3.10 for '|' operator in types
1 parent a7e99cb commit 05a71fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-buster
1+
FROM python:3.10-buster
22

33
COPY output/*.py /app/output/
44
COPY requirements.txt telegram2elastic.py /app/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ With the data stored in Elasticsearch, you can use applications like Kibana or G
99

1010
## Requirements
1111

12-
* Python >= 3.7
12+
* Python >= 3.10
1313
* Elasticsearch (in case you want to use the Elasticsearch output)
1414
* Redis (in case you want to use the Redis output)
1515
* Telegram API ID and API Hash (create one at [my.telegram.org](https://my.telegram.org))

0 commit comments

Comments
 (0)