Ignore db files, add GitPython & Pytz dependencies

This commit is contained in:
Xevion
2022-06-18 19:09:01 -05:00
parent 98e8836a14
commit 373d4412b9
3 changed files with 34 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
.idea/
logs/
config.ini
*.db
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@@ -8,6 +8,8 @@ rich = "*"
requests = "*"
python-decouple = "*"
python-dateutil = "*"
gitpython = "*"
pytz = "*"
[dev-packages]

32
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "a7f90696a0d9986fc93f4cfd376ba8cc1bddbc5d6effa7e2a82b7a24b6439061"
"sha256": "a53462b0f17119ab42952ab910c445a6a82f0f14384d1a5dd0cbccec42cb25f2"
},
"pipfile-spec": 6,
"requires": {
@@ -37,6 +37,21 @@
],
"version": "==0.9.1"
},
"gitdb": {
"hashes": [
"sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd",
"sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa"
],
"version": "==4.0.9"
},
"gitpython": {
"hashes": [
"sha256:1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704",
"sha256:5b68b000463593e05ff2b261acff0ff0972df8ab1b70d3cdbd41b546c8b8fc3d"
],
"index": "pypi",
"version": "==3.1.27"
},
"idna": {
"hashes": [
"sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff",
@@ -67,6 +82,14 @@
"index": "pypi",
"version": "==3.6"
},
"pytz": {
"hashes": [
"sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7",
"sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"
],
"index": "pypi",
"version": "==2022.1"
},
"requests": {
"hashes": [
"sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f",
@@ -90,6 +113,13 @@
],
"version": "==1.16.0"
},
"smmap": {
"hashes": [
"sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94",
"sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"
],
"version": "==5.0.0"
},
"typing-extensions": {
"hashes": [
"sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708",