Skip to content
Snippets Groups Projects
Commit 7d794db3 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

update data

parent c363ca79
Branches
Tags
No related merge requests found
{ {
"name": "flask-covid19", "name": "flask-covid19",
"version": "0.0.21", "version": "0.0.22",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js", "main": "index.js",
"dependencies": {}, "dependencies": {},
......
[metadata] [metadata]
name = flask-covid19 name = flask-covid19
version = 0.0.21 version = 0.0.22
url = https://github.com/thomaswoehlke/covid19python.git url = https://github.com/thomaswoehlke/covid19python.git
author = Thomas Woehlke author = Thomas Woehlke
author_email = thomas.woehlke@gmail.com author_email = thomas.woehlke@gmail.com
......
...@@ -3,7 +3,7 @@ import sys ...@@ -3,7 +3,7 @@ import sys
from setuptools import find_packages, setup from setuptools import find_packages, setup
version = '0.0.21' version = '0.0.22'
needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv) needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
pytest_runner = ['pytest-runner'] if needs_pytest else [] pytest_runner = ['pytest-runner'] if needs_pytest else []
......
{ {
"name": "flask-covid19-static", "name": "flask-covid19-static",
"version": "0.0.21", "version": "0.0.22",
"description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.", "description": "Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.",
"main": "index.js", "main": "index.js",
"repository": { "repository": {
......
0.0.21 0.0.22
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment