add atomicwrites to pipenv
- Add atomicwrites to fix windows build - Regenerate requirements.txt
This commit is contained in:
parent
d15c23fbdd
commit
b39c45fabb
3 changed files with 21 additions and 12 deletions
1
Pipfile
1
Pipfile
|
|
@ -8,6 +8,7 @@ hbmqtt = "~=0.9"
|
||||||
aiohttp = "~=3.6"
|
aiohttp = "~=3.6"
|
||||||
tinydb = "~=3.15"
|
tinydb = "~=3.15"
|
||||||
pyyaml = "~=5.2"
|
pyyaml = "~=5.2"
|
||||||
|
atomicwrites = "~=1.3"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
black = "*"
|
black = "*"
|
||||||
|
|
|
||||||
10
Pipfile.lock
generated
10
Pipfile.lock
generated
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "ca2480c022550256516d1869810045c77290f8fb6dbbda65474c27f28de9d182"
|
"sha256": "ef9a71350a18ce8bacfa3cdfb4cb9b55873aceb53e78ca000804273af2652d15"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
|
|
@ -39,6 +39,14 @@
|
||||||
],
|
],
|
||||||
"version": "==3.0.1"
|
"version": "==3.0.1"
|
||||||
},
|
},
|
||||||
|
"atomicwrites": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4",
|
||||||
|
"sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==1.3.0"
|
||||||
|
},
|
||||||
"attrs": {
|
"attrs": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c",
|
"sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c",
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,16 @@
|
||||||
-i https://pypi.python.org/simple
|
aiohttp==3.6.2
|
||||||
aiohttp==4.0.0a0
|
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
attrs==19.1.0
|
atomicwrites==1.3.0
|
||||||
|
attrs==19.3.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
hbmqtt==0.9.5
|
hbmqtt==0.9.5
|
||||||
idna==2.8
|
idna==2.8
|
||||||
multidict==4.5.2
|
multidict==4.7.3
|
||||||
passlib==1.7.1
|
passlib==1.7.2
|
||||||
pyyaml==5.1.1
|
PyYAML==5.2
|
||||||
six==1.12.0
|
six==1.13.0
|
||||||
tinydb==3.13.0
|
tinydb==3.15.2
|
||||||
transitions==0.6.9
|
transitions==0.7.1
|
||||||
websockets==7.0
|
websockets==8.1
|
||||||
yarl==1.3.0
|
yarl==1.4.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue