aboutsummaryrefslogtreecommitdiff
path: root/Pipfile.lock
diff options
context:
space:
mode:
authorhyfc <[email protected]>2018-06-10 23:27:45 +0800
committerhyfc <[email protected]>2020-10-22 11:37:35 +0800
commit9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a (patch)
tree4374148dbd08af11e87642db928a42d46e88b961 /Pipfile.lock
parent0d46d715374b51bd4a0833e7687ae33ae46376b3 (diff)
downloadtelegram-mail-bot-9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a.tar.gz
telegram-mail-bot-9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a.tar.bz2
telegram-mail-bot-9d71b348da48ac3c9c5da2e36c8741a7bd38ef1a.zip
a first working verison
Diffstat (limited to 'Pipfile.lock')
-rw-r--r--Pipfile.lock50
1 files changed, 50 insertions, 0 deletions
diff --git a/Pipfile.lock b/Pipfile.lock
new file mode 100644
index 0000000..49e9354
--- /dev/null
+++ b/Pipfile.lock
@@ -0,0 +1,50 @@
+{
+ "_meta": {
+ "hash": {
+ "sha256": "f7da4ab6099df3aff82e024a8a850f8e6606a3ee0ecdbbc55e20e22d40864c5e"
+ },
+ "pipfile-spec": 6,
+ "requires": {
+ "python_version": "3.6"
+ },
+ "sources": [
+ {
+ "name": "pypi",
+ "url": "https://pypi.org/simple",
+ "verify_ssl": true
+ }
+ ]
+ },
+ "default": {
+ "certifi": {
+ "hashes": [
+ "sha256:13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7",
+ "sha256:9fa520c1bacfb634fa7af20a76bcbd3d5fb390481724c597da32c719a7dca4b0"
+ ],
+ "version": "==2018.4.16"
+ },
+ "future": {
+ "hashes": [
+ "sha256:e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb"
+ ],
+ "version": "==0.16.0"
+ },
+ "python-telegram-bot": {
+ "hashes": [
+ "sha256:725a28f77a04d056559015963a21eacf5d2d1f1722192237284828b7cc437465",
+ "sha256:ca2f8a44ddef7271477e16f4986647fa90ef4df5b55a7953e53b9c9d2672f639"
+ ],
+ "index": "pypi",
+ "version": "==10.1.0"
+ },
+ "pytz": {
+ "hashes": [
+ "sha256:65ae0c8101309c45772196b21b74c46b2e5d11b6275c45d251b150d5da334555",
+ "sha256:c06425302f2cf668f1bba7a0a03f3c1d34d4ebeef2c72003da308b3947c7f749"
+ ],
+ "index": "pypi",
+ "version": "==2018.4"
+ }
+ },
+ "develop": {}
+}