X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=9d198fe50936c23a8d91d6a946b3bfc51252f815;hb=f17874a7d18302ebb14054240cb6b810734fa734;hp=aa255a53d11047aa1579b593d7062b87dea6f78a;hpb=39eec912f1876d3437889c5ef9187687460ebda8;p=pygost.git diff --git a/setup.py b/setup.py index aa255a5..9d198fe 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( ('', ( "AUTHORS", "COPYING", + "FAQ", "INSTALL", "NEWS", "README", @@ -37,5 +38,5 @@ setup( "VERSION", )), ), - tests_require=["pyderasn~=4.4"], + tests_require=["pyderasn~=8.1"], )