We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247165b commit 6956ae5Copy full SHA for 6956ae5
package.json
@@ -1,14 +1,17 @@
1
{
2
"name": "python-flask-seed",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A python with flask seed project.",
5
"author": "Roberto Achar <robertoachar@gmail.com>",
6
"homepage": "https://github.com/robertoachar/python-flask-seed#readme",
7
"keywords": [
8
+ "flask",
9
+ "mocha",
10
"python",
11
"python-3-5",
- "flask",
- "seed"
12
+ "seed",
13
+ "should",
14
+ "supertest"
15
],
16
"scripts": {
17
"start": "python -m python_flask_seed",
0 commit comments