Skip to content
Snippets Groups Projects
Unverified Commit 58510c97 authored by Stefano Borini's avatar Stefano Borini Committed by GitHub
Browse files

Merge pull request #175 from force-h2020/release/0.2.0

Release 0.2.0
parents 4b450bb5 bb54a3fb
No related branches found
No related merge requests found
FORCE BDSS Changelog FORCE BDSS Changelog
-------------------- --------------------
Release 0.2.0
-------------
- Development of infrastructure to support ITWM example code.
Release 0.1.0 Release 0.1.0
------------- -------------
......
import os import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
VERSION = "0.2.0.dev0" VERSION = "0.2.0"
# Read description # Read description
...@@ -30,10 +30,4 @@ setup( ...@@ -30,10 +30,4 @@ setup(
], ],
}, },
packages=find_packages(), packages=find_packages(),
install_requires=[
"envisage >= 4.6.0",
"click >= 6.7",
"stevedore >= 1.24.0",
"six >= 1.10.0",
]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment