File tree 4 files changed +1023
-810
lines changed
4 files changed +1023
-810
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.10 -slim
1
+ FROM python:3.11 -slim
2
2
3
3
COPY . /app
4
4
WORKDIR /app
5
5
6
- RUN pip install --upgrade pip && pip install pipenv && pipenv install --dev
6
+ RUN pip install --upgrade pip && pip install pipenv
7
+ # RUN pip install --upgrade pip && pip install pipenv && pipenv install --dev
7
8
8
- CMD ["pipenv" , "run" , "pytest" ]
9
+ # CMD ["pipenv", "run", "pytest"]
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ url = "https://pypi.org/simple"
4
4
verify_ssl = true
5
5
6
6
[dev-packages ]
7
- pytest-runner = " *"
8
- pytest = " *"
9
- vcrpy = " *"
10
7
pylint = " *"
8
+ pytest = " *"
11
9
pytest-asyncio = " *"
10
+ pytest-runner = " *"
11
+ vcrpy = " *"
12
12
13
13
[packages ]
14
- twilio = " ==6.54.0"
15
- signalwire = {editable = true ,path = " ." }
16
14
aiohttp = " *"
15
+ signalwire = {editable = true ,path = " ." }
16
+ twilio = " *"
17
17
18
18
[requires ]
You can’t perform that action at this time.
0 commit comments