We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa6dbc commit 04a83ecCopy full SHA for 04a83ec
db.yaml
@@ -1,3 +1,2 @@
1
user: 'root'
2
password: 'student'
3
-
requirements.txt
@@ -0,0 +1,14 @@
+beautifulsoup4==4.8.2
+html5lib==1.0.1
+mysql-connector==2.2.9
4
+mysql-connector-python==8.0.21
5
+numpy==1.18.5
6
+pipwin==0.4.9
7
+PyPrind==2.11.2
8
+PyQt5==5.13.0
9
+pyqt5-tools==5.13.0.1.5
10
+PyYAML==5.3.1
11
+requests==2.23.0
12
+selenium==3.141.0
13
+urllib3==1.25.8
14
+
runsetup.bat
@@ -0,0 +1,7 @@
+@echo on
+set name=%1
+set pass=%2
+echo user: '%name%'>db.yaml
+echo password: '%pass%'>>db.yaml
+pip install -r requirements.txt
0 commit comments