parent
86180c080b
commit
4e0741056b
|
@ -328,18 +328,18 @@
|
||||||
"pyipasnhistory": {
|
"pyipasnhistory": {
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"git": "https://github.com/D4-project/IPASN-History.git/",
|
"git": "https://github.com/D4-project/IPASN-History.git/",
|
||||||
"ref": "a87c1293a02be638d50b75d98b7ecc5f91e16a4f",
|
"ref": "c0c2bbf8d70811982dad065ea463a7e01593a38d",
|
||||||
"subdirectory": "client"
|
"subdirectory": "client"
|
||||||
},
|
},
|
||||||
"pymispgalaxies": {
|
"pymispgalaxies": {
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"git": "https://github.com/MISP/PyMISPGalaxies.git",
|
"git": "https://github.com/MISP/PyMISPGalaxies.git",
|
||||||
"ref": "2c6b999f91594536afff8c131d3074a91bf552ff"
|
"ref": "d305fde34240bc7e0f2fa532adde1b4209b869b0"
|
||||||
},
|
},
|
||||||
"pytaxonomies": {
|
"pytaxonomies": {
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"git": "https://github.com/MISP/PyTaxonomies.git",
|
"git": "https://github.com/MISP/PyTaxonomies.git",
|
||||||
"ref": "2a1139d4cf1125acdaf9433497aca3c9e634d119"
|
"ref": "5a0aad38b3c9e8e53b02ae1ca14c3328125cf82b"
|
||||||
},
|
},
|
||||||
"python-dateutil": {
|
"python-dateutil": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -408,10 +408,10 @@
|
||||||
},
|
},
|
||||||
"urllib3": {
|
"urllib3": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:61bf29cada3fc2fbefad4fdf059ea4bd1b4a86d2b6d15e1c7c0b582b9752fe39",
|
"sha256:4c291ca23bbb55c76518905869ef34bdd5f0e46af7afe6861e8375643ffee1a0",
|
||||||
"sha256:de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22"
|
"sha256:9a247273df709c4fedb38c711e44292304f73f39ab01beda9f6b9fc375669ac3"
|
||||||
],
|
],
|
||||||
"version": "==1.24.1"
|
"version": "==1.24.2"
|
||||||
},
|
},
|
||||||
"visitor": {
|
"visitor": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
-i https://pypi.org/simple
|
-i https://pypi.org/simple
|
||||||
-e .
|
-e .
|
||||||
-e ./client
|
-e ./client
|
||||||
-e git+https://github.com/D4-project/IPASN-History.git/@a87c1293a02be638d50b75d98b7ecc5f91e16a4f#egg=pyipasnhistory&subdirectory=client
|
-e git+https://github.com/D4-project/IPASN-History.git/@c0c2bbf8d70811982dad065ea463a7e01593a38d#egg=pyipasnhistory&subdirectory=client
|
||||||
-e git+https://github.com/MISP/PyMISPGalaxies.git@2c6b999f91594536afff8c131d3074a91bf552ff#egg=pymispgalaxies
|
-e git+https://github.com/MISP/PyMISPGalaxies.git@d305fde34240bc7e0f2fa532adde1b4209b869b0#egg=pymispgalaxies
|
||||||
-e git+https://github.com/MISP/PyTaxonomies.git@2a1139d4cf1125acdaf9433497aca3c9e634d119#egg=pytaxonomies
|
-e git+https://github.com/MISP/PyTaxonomies.git@5a0aad38b3c9e8e53b02ae1ca14c3328125cf82b#egg=pytaxonomies
|
||||||
-e git+https://github.com/trbs/pid.git/@62e5f4a289ede9e55887e5279ca50a5063034dcd#egg=pid
|
-e git+https://github.com/trbs/pid.git/@62e5f4a289ede9e55887e5279ca50a5063034dcd#egg=pid
|
||||||
aiohttp==3.5.4
|
aiohttp==3.5.4
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
|
@ -33,7 +33,7 @@ simplejson==3.16.0
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
soupsieve==1.9.1
|
soupsieve==1.9.1
|
||||||
typing-extensions==3.7.2 ; python_version < '3.7'
|
typing-extensions==3.7.2 ; python_version < '3.7'
|
||||||
urllib3==1.24.1
|
urllib3==1.24.2
|
||||||
visitor==0.1.3
|
visitor==0.1.3
|
||||||
werkzeug==0.15.2
|
werkzeug==0.15.2
|
||||||
yarl==1.3.0
|
yarl==1.3.0
|
||||||
|
|
Loading…
Reference in New Issue