2
0
Fork 0

Using Pipfile now, it adds colors.

This commit is contained in:
Thomas Touhey 2018-07-30 14:51:38 +02:00
parent ec66264d81
commit 261f9eb486
No known key found for this signature in database
GPG Key ID: 2ECEB0517AD947FB
4 changed files with 53 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ __pycache__
/.spyproject
/build
/docs/_build
/venv

10
Pipfile Normal file
View File

@ -0,0 +1,10 @@
[[source]]
url = 'https://pypi.python.org/simple'
verify_ssl = true
name = 'pypi'
[requires]
python_version = '3.6'
[packages]
regex = '*'

42
Pipfile.lock generated Normal file
View File

@ -0,0 +1,42 @@
{
"_meta": {
"hash": {
"sha256": "a215084417da98cc6bc93f74ba44452cc40189557e8a4010fa8c3b5238855db8"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.6"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"regex": {
"hashes": [
"sha256:116a15f36ea1acd705765f40c6ff5384fc20cbeb28f2a167a2a6a2517d592941",
"sha256:1e90c3456fcec72a3a7d70b6152db2d8399e9561d95ec9f3c04470ae985186bf",
"sha256:3c30e63fd0da414d1aa45524fcd342719636e2501716b55f5ee958d4e9751e32",
"sha256:413098e01cfb07f1060234f01203f660a5cd8f30eade16db881ae3f4f7d0886f",
"sha256:4d4582ab3664af721d16cc6b66181eb4bfcfed6ad32002094e7019607d05051a",
"sha256:4d5cd5434c05dbb52cc6d368e47f83a012ad4074197b529adbba39d4cda90219",
"sha256:5b58d9476166baf51eba6a686cff22668c764ae14a13566568afb9460506a2f4",
"sha256:72a79b6bc599d628cd40cb948b6924b8070ef54af41135a03e8fe916d4a7f455",
"sha256:749e164d836b9d2298f6ae7e7f0922f6ed0e507fd1cdce95586b827c19c0fe61",
"sha256:753befa998d9f466b45ae5f695c83846ba17d6d4b832dea108a0747d4bce613b",
"sha256:83a1877ff6972b94ba07cc33c994522aeba647e448e0cbed7ad128561fe15bfd",
"sha256:9308dbce8e5ff4ee06b172a777f6c7f650a5835a5ad41a6080eb501639c27a2f",
"sha256:9ad64244e980cec9adfd1b73da8d894dfc70552867f42171690b0a65ce665216",
"sha256:b82e9d4d80614c2250a7c2aa1905a4b0f2671a01fce506bf85a0908987ee95c5",
"sha256:f587a55aef1c6a8b4e527980049606278b32b826fb05386472d4e3994f538b28"
],
"index": "pypi",
"version": "==2018.7.11"
}
},
"develop": {}
}

View File

@ -1 +0,0 @@
regex