diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | requirements.txt | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -11,10 +11,9 @@ Wymagania systemowe Dla wersji skompilowanej: jakiś współczesny system rodziny MS Windows. Dla wersji skryptowej: - * Python 2.x ze standardowym zestawem bibliotek + * Python 2.7.x, co najmniej 2.7.9, ze standardowym zestawem bibliotek * MySQL connector dla Pythona - * moduł requests - * moduł BeautifulSoup4 + * `pip install -r requirements.txt` Instalacja ---------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4dd16c5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +requests==2.18 +beautifulsoup4==4.6 +cached-property==1.3.1 |