X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=setup.py;h=9d198fe50936c23a8d91d6a946b3bfc51252f815;hp=9ad663c2cf3cb47633c7ee8c5e6eb7d35233403e;hb=e7fae28f423f724e40fd3d8d2476fc08d45703d0;hpb=f2f58d1256c4451d4ff285d7013485c9163ca7fc diff --git a/setup.py b/setup.py index 9ad663c..9d198fe 100644 --- a/setup.py +++ b/setup.py @@ -38,5 +38,5 @@ setup( "VERSION", )), ), - tests_require=["pyderasn~=4.4"], + tests_require=["pyderasn~=8.1"], )