-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackages.py
More file actions
24 lines (24 loc) · 771 Bytes
/
Copy pathpackages.py
File metadata and controls
24 lines (24 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
from flask import render_template , jsonify , abort # type: ignore
from resizeimage import resizeimage # type: ignore
from pymongo import MongoClient # type: ignore
from flask_caching import Cache # type: ignore
from flask import request # type: ignore
from PIL import Image # type: ignore
from functions import *
from flask_cors import CORS # type: ignore
from flask import * # type: ignore
import random
import glob
from datetime import datetime ,timezone
import timeago # type: ignore
from time import time
import csv
import os
import re
import requests
from bson import ObjectId # type: ignore
from flask_mail import Mail , Message # type: ignore
import smtplib
from flask_socketio import SocketIO, emit , send , Namespace #type: ignore
import uuid
import razorpay