Skip to content

Commit ca2c8e8

Browse files
committed
Add cffi and click as install dependencies
1 parent a65f24e commit ca2c8e8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.egg-info/
2+
__pycache__

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from setuptools import setup
55

66
install_requires = [
7+
'cffi',
8+
'click>=3.0',
79
'msgpack-python>=0.4.0',
810
]
911

0 commit comments

Comments
 (0)