Commit 8bc0b5193ba4a6ef5e0522c389833ead1f1627c3
1 parent
bb107b20
Exists in
master
and in
1 other branch
- update .gitignore
- remove package-lock.json from git repository
Showing
3 changed files
with
2 additions
and
51 deletions
Show diff stats
.gitignore
@@ -2,7 +2,6 @@ __pycache__/ | @@ -2,7 +2,6 @@ __pycache__/ | ||
2 | .DS_Store | 2 | .DS_Store |
3 | demo/ans | 3 | demo/ans |
4 | demo/students.db | 4 | demo/students.db |
5 | -static/lib | ||
6 | 5 | ||
7 | # Python egg metadata, regenerated from source files by setuptools. | 6 | # Python egg metadata, regenerated from source files by setuptools. |
8 | /*.egg-info | 7 | /*.egg-info |
@@ -10,6 +9,7 @@ static/lib | @@ -10,6 +9,7 @@ static/lib | ||
10 | 9 | ||
11 | # ignore javascript libraries installed with npm | 10 | # ignore javascript libraries installed with npm |
12 | node_modules/ | 11 | node_modules/ |
12 | +package-lock.json | ||
13 | 13 | ||
14 | # ignore documentation until it is actually written | 14 | # ignore documentation until it is actually written |
15 | doc/ | 15 | doc/ |
package-lock.json
@@ -1,49 +0,0 @@ | @@ -1,49 +0,0 @@ | ||
1 | -{ | ||
2 | - "requires": true, | ||
3 | - "lockfileVersion": 1, | ||
4 | - "dependencies": { | ||
5 | - "@fortawesome/fontawesome-free": { | ||
6 | - "version": "5.13.0", | ||
7 | - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.0.tgz", | ||
8 | - "integrity": "sha512-xKOeQEl5O47GPZYIMToj6uuA2syyFlq9EMSl2ui0uytjY9xbe8XS0pexNWmxrdcCyNGyDmLyYw5FtKsalBUeOg==" | ||
9 | - }, | ||
10 | - "bootstrap": { | ||
11 | - "version": "4.4.1", | ||
12 | - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", | ||
13 | - "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==" | ||
14 | - }, | ||
15 | - "codemirror": { | ||
16 | - "version": "5.53.2", | ||
17 | - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.53.2.tgz", | ||
18 | - "integrity": "sha512-wvSQKS4E+P8Fxn/AQ+tQtJnF1qH5UOlxtugFLpubEZ5jcdH2iXTVinb+Xc/4QjshuOxRm4fUsU2QPF1JJKiyXA==" | ||
19 | - }, | ||
20 | - "datatables": { | ||
21 | - "version": "1.10.18", | ||
22 | - "resolved": "https://registry.npmjs.org/datatables/-/datatables-1.10.18.tgz", | ||
23 | - "integrity": "sha512-ntatMgS9NN6UMpwbmO+QkYJuKlVeMA2Mi0Gu/QxyIh+dW7ZjLSDhPT2tWlzjpIWEkDYgieDzS9Nu7bdQCW0sbQ==", | ||
24 | - "requires": { | ||
25 | - "jquery": ">=1.7" | ||
26 | - } | ||
27 | - }, | ||
28 | - "jquery": { | ||
29 | - "version": "3.5.0", | ||
30 | - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", | ||
31 | - "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" | ||
32 | - }, | ||
33 | - "mathjax": { | ||
34 | - "version": "3.0.5", | ||
35 | - "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.0.5.tgz", | ||
36 | - "integrity": "sha512-9M7VulhltkD8sIebWutK/VfAD+m+6BIFqfpjDh9Pz/etoKUtjO6UMnOhUcDmNl6iApE8C9xrUmaMyNZkZAlrMw==" | ||
37 | - }, | ||
38 | - "popper.js": { | ||
39 | - "version": "1.16.1", | ||
40 | - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", | ||
41 | - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==" | ||
42 | - }, | ||
43 | - "underscore": { | ||
44 | - "version": "1.10.2", | ||
45 | - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz", | ||
46 | - "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==" | ||
47 | - } | ||
48 | - } | ||
49 | -} |
perguntations/__init__.py
@@ -32,7 +32,7 @@ proof of submission and for review. | @@ -32,7 +32,7 @@ proof of submission and for review. | ||
32 | ''' | 32 | ''' |
33 | 33 | ||
34 | APP_NAME = 'perguntations' | 34 | APP_NAME = 'perguntations' |
35 | -APP_VERSION = '2020.04.dev3' | 35 | +APP_VERSION = '2020.04.dev4' |
36 | APP_DESCRIPTION = __doc__ | 36 | APP_DESCRIPTION = __doc__ |
37 | 37 | ||
38 | __author__ = 'Miguel Barão' | 38 | __author__ = 'Miguel Barão' |