Compare commits
2 Commits
ef7155c322
...
b15bfc1530
Author | SHA1 | Date | |
---|---|---|---|
b15bfc1530 | |||
b355dca325 |
@ -7,6 +7,6 @@ requests~=2.28.1
|
|||||||
beautifulsoup4~=4.11.1
|
beautifulsoup4~=4.11.1
|
||||||
pandas~=1.5.0
|
pandas~=1.5.0
|
||||||
PyVirtualDisplay~=3.0
|
PyVirtualDisplay~=3.0
|
||||||
selenium~=4.5.0
|
selenium~=4.6.0
|
||||||
plotly~=5.11.0
|
plotly~=5.11.0
|
||||||
fuzzywuzzy~=0.18.0
|
fuzzywuzzy~=0.18.0
|
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10-slim
|
FROM python:3.11-slim
|
||||||
|
|
||||||
# Change the working directory to the root of the project
|
# Change the working directory to the root of the project
|
||||||
WORKDIR /srv/flask_app
|
WORKDIR /srv/flask_app
|
||||||
|
Loading…
Reference in New Issue
Block a user