Skip to content

Commit

Permalink
fix(requirements.txt): Synced packages
Browse files Browse the repository at this point in the history
Performed a pip freeze and updated requirements.txt
  • Loading branch information
mibs510 committed Jul 8, 2023
1 parent 241bfa2 commit 2d47f3b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@

if __name__ == "__main__":
with app.app_context():
# app.run(host="0.0.0.0", port=8080, debug=True, passthrough_errors=True, use_debugger=False, use_reloader=False)
app.run(host="0.0.0.0", port=8080)
app.run(host="0.0.0.0", port=8080)
Original file line number Diff line number Diff line change
Expand Up @@ -6057,7 +6057,7 @@ __webpack_require__.d(__webpack_exports__, {
"legacy_createStore": function() { return /* binding */ legacy_createStore; }
});

;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
function _typeof(obj) {
"@babel/helpers - typeof";

Expand All @@ -6067,7 +6067,7 @@ function _typeof(obj) {
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
}, _typeof(obj);
}
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js

function _toPrimitive(input, hint) {
if (_typeof(input) !== "object" || input === null) return input;
Expand All @@ -6079,14 +6079,14 @@ function _toPrimitive(input, hint) {
}
return (hint === "string" ? String : Number)(input);
}
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js


function _toPropertyKey(arg) {
var key = _toPrimitive(arg, "string");
return _typeof(key) === "symbol" ? key : String(key);
}
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js

function _defineProperty(obj, key, value) {
key = _toPropertyKey(key);
Expand All @@ -6102,7 +6102,7 @@ function _defineProperty(obj, key, value) {
}
return obj;
}
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js

function ownKeys(object, enumerableOnly) {
var keys = Object.keys(object);
Expand Down
11 changes: 8 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dnspython==2.3.0
email-validator==2.0.0.post2
filelock==3.12.0
Flask==1.1.4
flask-dance==6.2.0
Flask-Dance==6.2.0
flask-ipban==1.1.5
Flask-Login==0.6.2
Flask-Mail==0.9.1
Expand All @@ -35,6 +35,7 @@ Flask-SQLAlchemy==2.5.1
Flask-WTF==1.0.0
frozenlist==1.3.3
greenlet==2.0.2
gunicorn==20.1.0
htmlmin==0.1.12
identify==2.5.24
idna==3.4
Expand All @@ -56,13 +57,16 @@ packaging==23.1
phonenumbers==8.13.11
platformdirs==3.5.1
ply==3.11
progressbar2==4.2.0
prompt-toolkit==3.0.38
psutil==5.9.5
pycountry==22.3.5
PyJWT==2.6.0
pyrsistent==0.19.3
python-dateutil==2.8.2
python-utils==3.7.0
pytimeparse==1.1.8
pytz==2023.3
pytz==2022.1
PyYAML==6.0
questionary==1.10.0
random-password-generator==2.2.0
Expand All @@ -72,13 +76,14 @@ Redis-Sentinel-Url==1.0.1
requests==2.28.2
requests-oauthlib==1.3.1
rq==1.12.0
setproctitle==1.3.2
six==1.16.0
SQLAlchemy==1.4.29
sqlalchemy-json==0.5.0
termcolor==2.3.0
tomlkit==0.11.8
twilio==8.0.0
typing-extensions==4.5.0
typing_extensions==4.5.0
unqlite==0.9.3
urllib3==1.26.15
URLObject==2.4.3
Expand Down

0 comments on commit 2d47f3b

Please sign in to comment.