Adrián López Calvo
431e93cd68
Fix malformed version on aniso8601 requirement ( #995 )
...
* Fix malformed version on aniso8601 requirement
* 6 -> 6.0
Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
2019-06-10 21:16:28 -07:00
cclauss
f73055f72b
Drop support for Python 3.4 because it is EOL ( #963 )
2019-05-07 12:16:22 -07:00
Scott Crunkleton
a5162e9ae3
Update aniso8601 dependency to allow versions 4+. ( #935 )
...
* Update aniso8601 dependency to allow versions 4+.
* Upper bound to aniso8601 dependency version.
2019-05-07 09:31:30 -07:00
as
2bc7699a98
black formatting and removed trailing whitespace
2018-12-11 15:03:10 +01:00
as
2c43a2ae0a
Now setup.py works on Windows other tools have trouble with PKG-INFO. Forcing long_description to ASCII.
2018-12-06 10:38:17 +01:00
as
3aafe58d4d
Special characters in README.rst break setup.py on Windows
2018-11-29 09:29:00 +01:00
Syrus Akbary
3e5319cf70
Abstract thenables (promise, coroutine) out of relay Connections and Mutations
2018-08-31 19:53:21 +02:00
Syrus Akbary
d28dc68abc
Updated requirements to use graphql-core >= 2.1
2018-07-19 14:44:20 -07:00
Daniel Gallagher
086f9dda99
Run black formatter via pre-commit on all files
2018-07-06 12:09:23 -07:00
Dan
33f2b303de
Add python3.6 classifier to setup.py ( #763 )
2018-06-12 21:38:16 +01:00
Dan
034b5385a5
Add isort precommit hook & run on all files ( #743 )
...
* Add isort and seed-isort-config pre-commit hook
* Fix erroneous isort moving comment to the top of file
2018-05-28 19:18:54 +01:00
Syrus Akbary
85e354c139
Merge branch 'master' into feature/date-improvements
...
# Conflicts:
# graphene/types/datetime.py
2018-03-29 22:10:18 -07:00
Syrus Akbary
b4255e55fd
Use aniso8601 instead of iso8601
2018-03-29 22:05:12 -07:00
Jonathan Kim
79f7cc08e3
Exclude examples module in setup.py
...
Fixes #608
2018-02-18 17:21:19 +00:00
Lucas Costa
71177fe977
Prevent requirement breaking changes
...
I have a project still in 1.2.0 thats has been broken in my last release since it used `'graphql-core>=1.0.1'` in the `install_requires`. Since `graphql-core` has released version 2.0 with breaking changes and there was no instruction to maintain version 1, it was included as a dependency. This prevents this situation for the future.
2017-10-26 16:21:19 -02:00
Syrus Akbary
e405cea361
Use stable versions of graphql-core
2017-10-25 10:31:28 -07:00
Syrus Akbary
c38ffa5ffd
Update setup.py
2017-10-14 12:16:09 +02:00
Syrus Akbary
88111610fb
Fixed pytest requirements
2017-10-14 12:11:18 +02:00
Syrus Akbary
81018268aa
Added support for wheel distributions. Fixed #505
2017-07-31 22:30:13 -07:00
Syrus Akbary
602d8866bb
Updated graphql-core version
2017-07-31 22:08:05 -07:00
Syrus Akbary
800fbdf820
Use dev version of graphql-core and promise
2017-07-23 21:47:23 -07:00
Syrus Akbary
287a7a814d
Added package test requirements into travis excluding setup
2017-07-23 19:15:51 -07:00
Syrus Akbary
8bac3dc9e5
Use latest graphql-core and promise lib
2017-07-23 19:02:41 -07:00
Syrus Akbary
6ae9717415
Improved automatic resolver args from annotations
2017-07-23 18:57:17 -07:00
Syrus Akbary
bd754c1989
Updated dependencies: use promise 2.0 and graphql-core 1.1
2017-04-18 22:55:29 -07:00
Syrus Akbary
dfcd7f2563
First version of the Graphene test client and snapshots 💪
2017-04-09 21:08:35 -07:00
Syrus Akbary
256c84a9a5
Added test extra requirements
2017-02-07 21:54:50 -08:00
Syrus Akbary
da3683028e
Updated external dependencies
2016-12-01 21:18:37 -08:00
Syrus Akbary
5dd92b7d6b
Added datetime tests
2016-10-03 20:51:37 -07:00
Syrus Akbary
c920537380
Updated graphene to 1.0 🎉
2016-09-26 09:20:41 -07:00
Syrus Akbary
0f76e8f817
Added simple benchmarks
2016-08-17 21:26:05 -07:00
Syrus Akbary
030fde2cff
Improved system for getting graphene package version
2016-08-14 17:47:52 -07:00
Syrus Akbary
35169480d0
Moved iso8601 dependency into graphene-django package
2016-08-14 16:25:59 -07:00
Syrus Akbary
c88e933e9e
Update graphql_relay to last version
2016-06-18 14:31:33 -07:00
Syrus Akbary
feaa09616d
First 1.0 with a separated Django version
2016-06-17 09:29:38 -07:00
Syrus Akbary
7caf96c746
Improved relay requirement, removed Django/SQLAlchemy dependency in main package
2016-06-14 23:59:37 -07:00
Syrus Akbary
1711e6a529
Updated version to 0.10.2
2016-05-31 22:15:01 -07:00
Syrus Akbary
da0927aa84
Updated version to 0.10.1
2016-05-22 19:32:52 -07:00
Syrus Akbary
91a2423e5e
Updated version to 0.10.0
2016-05-21 00:54:47 -07:00
Syrus Akbary
3093d2b300
Updated requirements
2016-05-21 00:35:12 -07:00
Syrus Akbary
398088a0c4
Updated version to 0.9.1
2016-05-13 13:45:50 -07:00
Stefan Foulis
7115306156
fix impossible dependencies of dependencies
...
fixes #161
2016-05-13 21:59:09 +02:00
Syrus Akbary
5b63084802
Updated graphene version to 0.9
2016-05-12 00:32:05 -07:00
Syrus Akbary
4eb70bca00
Updated graphene version to 0.9b1
2016-05-12 00:09:53 -07:00
Syrus Akbary
379768930d
Updated graphql-django-view
2016-05-11 22:54:29 -07:00
Syrus Akbary
9da1d1ec00
Update package requirements
2016-05-11 22:44:25 -07:00
Syrus Akbary
ae7e48f739
Commented some requirements for testing
2016-05-11 21:04:21 -07:00
Alec Aivazis
cff7666abe
dumped graphql-core dependency
2016-05-06 10:12:52 -07:00
Alec Aivazis
11a963d70a
bumped version number
2016-05-06 08:58:50 -07:00
Jon Dugan
aea560e363
don't restrict version number for the iso8601 package
2016-04-29 15:31:57 -05:00