Mercurial > repos > padge > clipkit
comparison clipkit_repo/Pipfile @ 2:e9cf321ee7be draft
"planemo upload for repository https://github.com/jlsteenwyk/clipkit commit cbe1e8577ecb1a46709034a40dff36052e876e7a-dirty"
| author | padge |
|---|---|
| date | Fri, 25 Mar 2022 17:33:41 +0000 |
| parents | 49b058e85902 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:535881934a1a | 2:e9cf321ee7be |
|---|---|
| 1 [[source]] | |
| 2 name = "pypi" | |
| 3 url = "https://pypi.org/simple" | |
| 4 verify_ssl = true | |
| 5 | |
| 6 [dev-packages] | |
| 7 | |
| 8 [packages] | |
| 9 appdirs = "==1.4.3" | |
| 10 astroid = "==2.3.3" | |
| 11 attrs = "==19.3.0" | |
| 12 biopython = "==1.76" | |
| 13 black = "==19.10b0" | |
| 14 bleach = "==3.3.0" | |
| 15 certifi = "==2020.4.5.1" | |
| 16 chardet = "==3.0.4" | |
| 17 click = "==7.1.1" | |
| 18 clipkit = "==0.0.1" | |
| 19 docutils = "==0.16" | |
| 20 idna = "==2.9" | |
| 21 isort = "==4.3.21" | |
| 22 keyring = "==21.2.0" | |
| 23 lazy-object-proxy = "==1.4.3" | |
| 24 mccabe = "==0.6.1" | |
| 25 more-itertools = "==8.2.0" | |
| 26 numpy = "==1.18.2" | |
| 27 pathspec = "==0.8.0" | |
| 28 pkginfo = "==1.5.0.1" | |
| 29 pluggy = "==0.13.1" | |
| 30 py = "==1.10.0" | |
| 31 pylint = "==2.4.4" | |
| 32 pyparsing = "==2.4.7" | |
| 33 pytest = "==5.4.1" | |
| 34 pytest-mock = "==3.0.0" | |
| 35 readme-renderer = "==26.0" | |
| 36 regex = "==2020.4.4" | |
| 37 requests = "==2.23.0" | |
| 38 requests-toolbelt = "==0.9.1" | |
| 39 six = "==1.14.0" | |
| 40 toml = "==0.10.0" | |
| 41 tqdm = "==4.45.0" | |
| 42 twine = "==3.1.1" | |
| 43 typed-ast = "==1.4.1" | |
| 44 urllib3 = "==1.25.9" | |
| 45 wcwidth = "==0.1.9" | |
| 46 webencodings = "==0.5.1" | |
| 47 wrapt = "==1.11.2" | |
| 48 Cython = "==0.29.16" | |
| 49 Pygments = "==2.7.4" | |
| 50 | |
| 51 [requires] | |
| 52 python_version = "3.7" |
