use playwright 1.27

This commit is contained in:
2022-11-25 16:28:03 +01:00
parent a136f74a64
commit f6f29d77d1
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -2,12 +2,12 @@ dataclasses_json==0.5.7
flask-cors==3.0.10
firebase_admin==5.2.0
pandas~=1.3.5
playwright==1.25.0
playwright==1.27.0
dataclasses~=0.6
SpeechRecognition==3.8.1
pymongo==4.1.1
wget==3.2.0
pocketsphinx==0.1.15
#pocketsphinx==0.1.15
oci~=2.54.1
XlsxWriter~=3.0.3
boto3~=1.21.13
+5 -5
View File
@@ -212,12 +212,12 @@ def save_mails_to_db():
if __name__ == '__main__':
# excel_reader = ExcelHelper()
# contacts = excel_reader.read_names("/Users/lpan/Documents/rdv/随机/28-09-2022/随机.xlsx")
# print(contacts)
# write_new_contacts_to_excel(valid_contacts=contacts)
excel_reader = ExcelHelper()
contacts = excel_reader.read_names("/Users/panlei/Documents/rdv/随机/24-11/100_yahoo.xlsx")
print(contacts)
write_new_contacts_to_excel(valid_contacts=contacts)
save_mails_to_db()
# save_mails_to_db()
# for mail in excel_reader.read_mails_and_pwd():
# MONGO_STORE_MANAGER.insert_email(mail)
# for i in range(1, 64):
+1 -1
View File
@@ -58,5 +58,5 @@ if __name__ == '__main__':
# print(get_random_id_number())
# for i in range(1, 501):
# print(get_random_passport_id_number())
for id in generate_titre_sejour_number(500):
for id in generate_titre_sejour_number(100):
print(id)