Adding bonsai==1.1.0
This commit is contained in:
parent
422d238fc1
commit
a434ff9b4c
1
Pipfile
1
Pipfile
|
@ -13,6 +13,7 @@ pytest-cov = "*"
|
|||
[packages]
|
||||
phi = {editable = true,path = "."}
|
||||
pytest-asyncio = "*"
|
||||
bonsai = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.6"
|
||||
|
|
14
Pipfile.lock
generated
14
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "660e4dfbcce659bd42d2892c6fdf865158a9d8b642d978719a55e2bfb9514eb8"
|
||||
"sha256": "90d884ca057f867db8228421887357a2fcf95cc5170fc4ad0dfa0e660bf786b0"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
|
@ -58,6 +58,18 @@
|
|||
],
|
||||
"version": "==19.1.0"
|
||||
},
|
||||
"bonsai": {
|
||||
"hashes": [
|
||||
"sha256:2a72fdd0574ae111b63959347622512cbf8eab867d813024386cffefc90bb6f2",
|
||||
"sha256:638b221ff0034d74c84896fa49a13620a93e72efb9b6f373b46ecda073c85b34",
|
||||
"sha256:cf4da3b78b58e0437ead94f653004cdf78d29f219d6d87c9a2cbe512f3a2df5d",
|
||||
"sha256:df8ef71c206363e9a9668caa8fa56dcd4d9d1d024acac510288f572b4d83251b",
|
||||
"sha256:e96e6a6bed6a72041dcfe8e2b1490557a78f5ba7c0d7f43b46823abbfa9853ad",
|
||||
"sha256:ed8d6d86baa9a2cc48936e307db1b7b259366e1efc53c512c8aea4415aa96f83"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==1.1.0"
|
||||
},
|
||||
"chardet": {
|
||||
"hashes": [
|
||||
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae",
|
||||
|
|
4
setup.py
4
setup.py
|
@ -13,10 +13,10 @@ setup(
|
|||
author_email='unit@paranoici.org',
|
||||
|
||||
package_dir={'': 'src'},
|
||||
packages=find_packages(),
|
||||
packages=find_packages("src"),
|
||||
entry_points={"console_scripts": ["phid=phi.app:cli"]},
|
||||
|
||||
setup_requires=['pytest-runner'],
|
||||
install_requires=['aiohttp==2.3.8', 'click==7.0', 'pyYAML', 'ldap3'],
|
||||
install_requires=['aiohttp==2.3.8', 'click==7.0', 'pyYAML', 'ldap3', 'bonsai==1.1.0'],
|
||||
tests_require=['pytest', 'pytest-aiohttp', 'pytest-asyncio', 'async-generator']
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user