Add freezing requirements.txt
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM python:3.10
|
FROM python:3.10
|
||||||
LABEL authors="jmueller"
|
LABEL authors="jmueller"
|
||||||
RUN pip install py-cord mariadb python-dotenv
|
COPY requirements.txt .
|
||||||
|
RUN pip install -r ./requirements.txt
|
||||||
ADD main.py .
|
ADD main.py .
|
||||||
CMD ["python", "./main.py"]
|
CMD ["python", "./main.py"]
|
||||||
|
|||||||
13
requirements.txt
Normal file
13
requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
aiohttp==3.8.6
|
||||||
|
aiosignal==1.3.1
|
||||||
|
async-timeout==4.0.3
|
||||||
|
attrs==23.1.0
|
||||||
|
charset-normalizer==3.3.2
|
||||||
|
frozenlist==1.4.0
|
||||||
|
idna==3.6
|
||||||
|
mariadb==1.1.8
|
||||||
|
multidict==6.0.4
|
||||||
|
packaging==23.2
|
||||||
|
py-cord==2.4.1
|
||||||
|
python-dotenv==1.0.0
|
||||||
|
yarl==1.9.4
|
||||||
Reference in New Issue
Block a user