manually add anyio?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Remy Moll 2023-07-27 12:06:21 +02:00
parent e77c106813
commit a666b8e9ae
3 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,13 @@
FROM python:3.10-slim
FROM python:3-slim
ENV DOCKERIZED=true
WORKDIR /app
RUN pip install pipenv
COPY Pipfile Pipfile.lock ./
RUN pip install pipenv && pipenv install --system --deploy
RUN pipenv install --system --deploy
COPY bot .

View File

@ -6,6 +6,7 @@ name = "pypi"
[packages]
peewee = "*"
python-telegram-bot = {extras = ["job-queue"], version = "*"}
anyio = "*"
[dev-packages]

4
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "cd959bb2617886ea733bed6ee34cda38a9ab3c744963543582bb7e18ca1c9722"
"sha256": "5458e81c4f85af776acc44f46af838644ef8c00ccf4223fbe06f9d76a4717fc6"
},
"pipfile-spec": 6,
"requires": {},
@ -19,7 +19,7 @@
"sha256:48d53f0b141f5757c38d648309e6fe254857fae092d67f938fa248d7c0f36804",
"sha256:596b09c520820e7eed961ddc889540972f92d5e8fcb081117fc054c409df34ae"
],
"markers": "python_version >= '3.8'",
"index": "pypi",
"version": "==4.0.0rc1"
},
"apscheduler": {