Skip to content

Commit

Permalink
added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
czechbol committed Apr 23, 2021
1 parent 585a0a5 commit 6146708
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mathcrypto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .groups import MultiplicativeGroup # noqa: F401
from .crypto import DHCryptosystem, DHCracker, Primes # noqa: F401

__version__ = "0.2.0"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mathcrypto
version = 0.2.0
version = 0.2.2

description = A library of useful funtions used in cryptography. For learning purposes only.
long_description = file: README.md
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup

setup()
setup(install_requires=["gmpy2"])

0 comments on commit 6146708

Please sign in to comment.