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 b5fb124 commit 2f7d5e7Copy full SHA for 2f7d5e7
requirements.txt
@@ -1,4 +1,5 @@
1
git+git://github.com/mvcisback/hypothesis-cfg.git@master#egg=hypothesis_cfg
2
+attrs==18.1.0
3
bidict==0.17.2
4
blessings==1.7
5
click==6.7
setup.py
@@ -4,7 +4,7 @@
setup(
6
name='py-aiger',
7
- version='1.0.0',
+ version='2.0.0',
8
description=DESC,
9
url='http://github.com/mvcisback/py-aiger',
10
author='Marcell Vazquez-Chanlatte',
@@ -17,6 +17,7 @@
17
],
18
},
19
install_requires=[
20
+ 'attr',
21
'bidict',
22
'click',
23
'funcy',
0 commit comments