removed unnecessary package from backend

This commit is contained in:
Timo Volkmann 2020-06-24 23:11:06 +02:00
parent 7b76f2f696
commit 2077aeebf8
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
const axios = require('axios')
const _ = require('lodash')
const httpsProxyAgent = require('https-proxy-agent');
// Constants
const rangeStartDate = '2019-01-01' // If no date is given, this date will be used as startDate

View File

@ -15,7 +15,6 @@
"dotenv": "^8.2.0",
"express": "^4.17.1",
"httpolyglot": "^0.1.2",
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.15",
"mariadb": "^2.4.0",
"moment": "^2.26.0",