feat: faker data: identification

This commit is contained in:
Zhaolong
2022-01-25 18:28:56 +08:00
parent 1c24034d59
commit 3be9b86fff
8 changed files with 451 additions and 7 deletions

34
Pipfile Normal file
View File

@@ -0,0 +1,34 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
certifi = "==2021.10.8"
charset-normalizer = "==2.0.10"
click = "==8.0.3"
colorama = "==0.4.4"
distlib = "==0.3.4"
faker = "==11.3.0"
filelock = "==3.4.2"
idna = "==3.3"
itsdangerous = "==2.0.1"
lxml = "==4.7.1"
pipenv = "==2022.1.8"
platformdirs = "==2.4.1"
python-dateutil = "==2.8.2"
requests = "==2.27.1"
six = "==1.16.0"
text-unidecode = "==1.3"
urllib3 = "==1.26.8"
virtualenv = "==20.13.0"
virtualenv-clone = "==0.5.7"
Flask = "==2.0.2"
Jinja2 = "==3.0.3"
MarkupSafe = "==2.0.1"
Werkzeug = "==2.0.2"
[dev-packages]
[requires]
python_version = "3.9"