removed the validator-collection package now that we are using schematics

pull/53/head
Chris Veilleux 2019-02-18 14:50:05 -06:00
parent 988a70752b
commit c2dfa9c318
3 changed files with 2 additions and 18 deletions

View File

@ -9,7 +9,6 @@ pygithub = "*"
psycopg2-binary = "*"
passlib = "*"
pyhamcrest = "*"
validator-collection = "*"
schematics = "*"
[dev-packages]

16
shared/Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "4d6582a80eebdbca3cd6aedd17561dede1e8d01a1315d05248225350afcd82ef"
"sha256": "63164ec5172150b56a6a3930e1eb1bfa195837d6dbc019864a1b5475cdfdf590"
},
"pipfile-spec": 6,
"requires": {
@ -44,13 +44,6 @@
],
"version": "==2.8"
},
"jsonschema": {
"hashes": [
"sha256:000e68abd33c972a5248544925a0cae7d1125f9bf6c58280d37546b946769a08",
"sha256:6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02"
],
"version": "==2.6.0"
},
"passlib": {
"hashes": [
"sha256:3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0",
@ -147,13 +140,6 @@
],
"version": "==1.24.1"
},
"validator-collection": {
"hashes": [
"sha256:e8ddec6d301bd3be40cacb9d4f9f85573bc003e3e17a66ba7267ef46b9a8e3d2"
],
"index": "pypi",
"version": "==1.3.2"
},
"wrapt": {
"hashes": [
"sha256:4aea003270831cceb8a90ff27c4031da6ead7ec1886023b80ce0dfe0adf61533"

View File

@ -16,7 +16,6 @@ setup(
'pyhamcrest',
'pyjwt',
'psycopg2-binary',
'schematics',
'validator-collection'
'schematics'
]
)