X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=9d198fe50936c23a8d91d6a946b3bfc51252f815;hb=5fd02d3919a059868780375c4a247b16b9519648;hp=9ad663c2cf3cb47633c7ee8c5e6eb7d35233403e;hpb=c6b782134cc714f660c0777e802446d5c6553b7c;p=pygost.git 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"], )