1 Star 0 Fork 0

xuechangan / s3-tests

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/python
from setuptools import setup, find_packages
setup(
name='s3tests',
version='0.0.1',
packages=find_packages(),
author='Tommi Virtanen',
author_email='tommi.virtanen@dreamhost.com',
description='Unofficial Amazon AWS S3 compatibility tests',
license='MIT',
keywords='s3 web testing',
install_requires=[
'boto >=2.0b4',
'boto3 >=1.0.0',
'PyYAML',
'munch >=2.0.0',
'gevent >=1.0',
'isodate >=0.4.4',
],
)
Python
1
https://gitee.com/xuechangan/s3-tests.git
git@gitee.com:xuechangan/s3-tests.git
xuechangan
s3-tests
s3-tests
master

搜索帮助