This website requires JavaScript.
Explore
Help
Register
Sign In
wangweitao
/
EnglishPal
forked from
mrlan/EnglishPal
Watch
0
Star
0
Fork
You've already forked EnglishPal
0
Code
Pull Requests
Activity
d9e28e3a2b
EnglishPal
/
requirements.txt
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
(1) Downgrade Flask version from 2.3.2 to 2.0.3 as installing the higher version reports errors. This is probably due to my outdated python version (3.6). (2) Persist SQLite database data in a docker volume. Created a docker volume called englishpal-db using command 'docker volume create englishpal-db' and associate this volume with the docker image file directory /app. So, now what happens in /app will be mirrored to englishpal-db. Where is englishpal-db located? Use command 'docker volume inspect englishpal-db' to find out.
2023-07-17 07:45:38 +08:00
Flask==2.0.3
requirements.txt includes dependencies of the program. difficulty.py is modified in this fix. Not sure why build.sh is included.
2021-08-20 19:27:44 +08:00
selenium==3.141.0
requirements.txt: include PyYAML.
2022-01-26 21:03:03 +08:00
PyYAML~=6.0
feat: add pong orm requirement
2023-03-20 20:08:14 +08:00
pony==0.7.16
requirements.txt: install snowballstemmer for better computing a word's difficulty level.
2023-05-19 09:03:20 +08:00
snowballstemmer==2.2.0