Skip to content

Commit 8e9b464

Browse files
committed
version bump for compilation against frog v0.30
1 parent c94bd81 commit 8e9b464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
url = "https://github.com/proycon/python-frog",
6767
ext_modules = extensions,
6868
cmdclass = {'build_ext': build_ext},
69-
requires = ['frog (>=0.27)','ucto (>=0.28)'],
69+
requires = ['frog (>=0.30)','ucto (>=0.29)'],
7070
install_requires=['Cython'],
7171
data_files = [("sources",["frog_wrapper.pyx"])],
7272
classifiers=[

0 commit comments

Comments
 (0)