Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #42 from neicnordic/0.4.4
Browse files Browse the repository at this point in the history
pin packages versions
  • Loading branch information
jonandernovella authored Feb 12, 2021
2 parents f6be61b + 1369dfa commit 044223d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cryptography
PGPy
click
ruamel.yaml
tox
PyJWT
click>=7.1.2
PGPy>=0.5.3
ruamel.yaml>=0.16.12
cryptography>=3.4.4
pyyaml~=5.3.1
PyJWT>=1.7.1
crypt4gh @ git+https://github.com/EGA-archive/crypt4gh.git@v1.1
tox
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="legainit",
version="0.4.3",
version="0.4.4",
packages=find_packages(),
py_modules=["legainit"],
include_package_data=True,
Expand All @@ -13,10 +13,11 @@
author="LocalEGA Developers",
package_data={"": ["*.sh"]},
install_requires=[
"click",
"PGPy",
"ruamel.yaml",
"cryptography",
"click>=7.1.2",
"PGPy>=0.5.3",
"ruamel.yaml>=0.16.12",
"cryptography>=3.4.4",
"pyyaml~=5.3.1",
"PyJWT>=1.7.1",
"crypt4gh @ git+https://github.com/EGA-archive/crypt4gh.git@v1.1",
],
Expand Down

0 comments on commit 044223d

Please sign in to comment.