Add cffi and create tentative cffi for xdo

This commit is contained in:
Eric Jiang
2020-10-29 14:01:07 -07:00
commit 2a47f41901
3 changed files with 1003 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
cffi = "*"
[requires]
python_version = "3.8"