We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a3302 commit d19b7beCopy full SHA for d19b7be
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM python:3.11
2
+
3
+WORKDIR /app
4
+COPY scripts/ /app
5
6
+RUN pip install -r requirements.txt
7
8
+CMD ["python", "main.py"]
scripts/requirements.txt
@@ -1,8 +1,8 @@
-beautifulsoup4==4.9.3
-colorama==0.4.6
-googlesearch_python==1.1.0
-openai==0.27.0
-playsound==1.2.2
-readability_lxml==0.8.1
-requests==2.25.1
-docker==6.0.1
+requests
+beautifulsoup4
+colorama
+googlesearch_python
+openai
+playsound
+readability_lxml
+docker
0 commit comments