diff Pipfile @ 0:a1b7a459326a

Initial commit.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 18 Jul 2018 20:46:04 -0700
parents
children d3c4c5082bbc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Pipfile	Wed Jul 18 20:46:04 2018 -0700
@@ -0,0 +1,22 @@
+[[source]]
+
+url = "https://pypi.python.org/simple"
+verify_ssl = true
+name = "pypi"
+
+
+[packages]
+
+"mf2py" = "*"
+"mastodon.py" = "*"
+coloredlogs = "*"
+"mf2util" = "*"
+python-dateutil = "*"
+python-twitter = "*"
+
+
+[dev-packages]
+
+pytest = "*"
+setuptools-scm = "*"
+pytest-runner = "*"